From 29827de39d40359ad8ae64d3110b5f72163867a3 Mon Sep 17 00:00:00 2001 From: Neppa Date: Fri, 6 Oct 2023 16:55:30 -0400 Subject: [PATCH] Add important command --- src/main.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main.rs b/src/main.rs index 768d6db..970a053 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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();