Add important command
This commit is contained in:
parent
8c39695319
commit
29827de39d
1 changed files with 3 additions and 0 deletions
|
@ -154,6 +154,9 @@ pub async fn main() {
|
|||
if msg.message_text.contains("cock") {
|
||||
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") {
|
||||
client.say(join_channel.to_owned(), "lol Nerdge".to_owned()).await.unwrap();
|
||||
|
|
Loading…
Reference in a new issue