diff options
-rw-r--r-- | main.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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") |