Add important command

This commit is contained in:
Neppa 2023-10-06 16:55:30 -04:00
parent 8c39695319
commit 29827de39d

View file

@ -154,6 +154,9 @@ pub async fn main() {
if msg.message_text.contains("cock") { if msg.message_text.contains("cock") {
client.say(join_channel.to_owned(), "YEP".to_owned()).await.unwrap(); client.say(join_channel.to_owned(), "YEP".to_owned()).await.unwrap();
} }
if msg.message_text.contains("define") && msg.message_text.contains("big") {
client.say(join_channel.to_owned(), "my kok".to_owned()).await.unwrap();
}
if msg.message_text.contains("actually") { if msg.message_text.contains("actually") {
client.say(join_channel.to_owned(), "lol Nerdge".to_owned()).await.unwrap(); client.say(join_channel.to_owned(), "lol Nerdge".to_owned()).await.unwrap();