From 82961dd7a92890c188ffb145d4f7e6d539e49613 Mon Sep 17 00:00:00 2001 From: Josh Date: Wed, 6 Nov 2024 14:06:16 -0500 Subject: fix: fixed the ivotedfor command --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index ad6c49e..ab0b3a5 100644 --- a/main.py +++ b/main.py @@ -33,7 +33,7 @@ async def orwell(ctx): async def teachbigresult(ctx): await ctx.reply("take b36 with Nick Cheng. join the 'Big Result' club") -@client.commad(name="ivotedfor") +@client.command(name="ivotedfor") async def voot(ctx): if (random.randint(1, 2) == 2): await ctx.reply("Donald trump sweeep") -- cgit v1.2.3