diff options
Diffstat (limited to 'bigresult.py')
-rw-r--r-- | bigresult.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bigresult.py b/bigresult.py index 3d8c2c4..4960fca 100644 --- a/bigresult.py +++ b/bigresult.py @@ -21,7 +21,7 @@ class BotClient(commands.Bot): if (random.randint(1, 2000) == 1984): await message.reply("thats crazy") return - if ("1984" in fuckyou): + if ("1984" in fuckyou and "!1984" != fuckyou): await message.reply("kys ") return if ("roblox" in fuckyou or "roblo" in fuckyou or "road blocks" in fuckyou ): |