diff options
author | Josh <eeei3.joshua0307lol@gmail.com> | 2024-11-06 14:06:16 -0500 |
---|---|---|
committer | Josh <eeei3.joshua0307lol@gmail.com> | 2024-11-06 14:06:16 -0500 |
commit | 82961dd7a92890c188ffb145d4f7e6d539e49613 (patch) | |
tree | 64774aa1d3871be540c9f813cc102ab52198711f | |
parent | e1a52fc74c7fd2c1477a52bb1ffe1d42c5685a84 (diff) |
fix: fixed the ivotedfor commandmaster
-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") |