From ecc79f1c93a8a2d7799728ae82a65ea8fb73fc23 Mon Sep 17 00:00:00 2001 From: phixxy Date: Mon, 1 Apr 2024 10:45:01 -0700 Subject: [PATCH] APRIL FOOL 4 --- cogs/chatgpt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/chatgpt.py b/cogs/chatgpt.py index 6f1417f..782d8f6 100644 --- a/cogs/chatgpt.py +++ b/cogs/chatgpt.py @@ -751,7 +751,7 @@ class ChatGPT(commands.Cog): # Emoji Reaction await self.react_to_msg(message, channel_vars["react_to_msgs"]) # Chat Response - if (channel_vars["chat_enabled"] or random.randint(0,15)) and not message.author.bot: + if (channel_vars["chat_enabled"] or not random.randint(0,15)) and not message.author.bot: if message.content and message.content[0] != "!": await self.chat_response(message, channel_vars, chat_history_string) elif not message.content: