diff options
author | Josh <eeei3.joshua0307lol@gmail.com> | 2024-11-06 14:01:37 -0500 |
---|---|---|
committer | Josh <eeei3.joshua0307lol@gmail.com> | 2024-11-06 14:01:37 -0500 |
commit | e1a52fc74c7fd2c1477a52bb1ffe1d42c5685a84 (patch) | |
tree | 5438df742d76d6fa8ced516ad760da7547f2e9ab | |
parent | 89020ef19b1db46f9dc8bc8698eeb9be3ac02e9b (diff) |
feat: updated 1984 command
-rw-r--r-- | bigresult.py | 2 | ||||
-rw-r--r-- | main.py | 5 |
2 files changed, 5 insertions, 2 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 ): @@ -24,7 +24,10 @@ async def mod(ctx): @client.command(name="1984") async def orwell(ctx): - await ctx.reply(f">>> {ctx.author} has been warned: \n\nBad word usage") + if (random.randint(1, 5) == 2): + await ctx.reply(f">>> {ctx.author} has been warned: \n\nBad word usage") + else: + await ctx.reply("https://media.discordapp.net/attachments/865417026519957526/866575047459209236/video0-1-1.mov?ex=672d0e27&is=672bbca7&hm=3c80837685cb800ad817855b6463e4e1875dc009c6fc4540eff749c7387c4241&") @client.command(name="teachmethebigresult") async def teachbigresult(ctx): |