From e1a52fc74c7fd2c1477a52bb1ffe1d42c5685a84 Mon Sep 17 00:00:00 2001 From: Josh Date: Wed, 6 Nov 2024 14:01:37 -0500 Subject: feat: updated 1984 command --- main.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'main.py') diff --git a/main.py b/main.py index e0074b1..ad6c49e 100644 --- a/main.py +++ b/main.py @@ -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): -- cgit v1.2.3