diff options
author | Josh <eeei3.joshua0307lol@gmail.com> | 2024-11-04 09:37:50 -0500 |
---|---|---|
committer | Josh <eeei3.joshua0307lol@gmail.com> | 2024-11-04 09:37:50 -0500 |
commit | 4bc4bb1508da4d07b5f0cf434c4bab0c028ed3b6 (patch) | |
tree | b40208b164aa33d5325168b256e82231b2fbe5ab /main.py | |
parent | dc2781781857c90834f27373ba3362719875ae84 (diff) |
feat: added a bunch of message reactions
Diffstat (limited to 'main.py')
-rw-r--r-- | main.py | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -19,7 +19,11 @@ async def teach(ctx): @client.command(name="mod") async def mod(ctx): - await ctx.reply("*pees in ur ass*\nI am a bot and this action was performed automatically. Please contact the modertators of this server if you have any questions or concerns.") + await ctx.reply(">>> *pees in ur ass*\nI am a bot and this action was performed automatically. Please contact the modertators of this server if you have any questions or concerns.") + +@client.command(name="1984") +async def orwell(ctx): + await ctx.reply(f">>> {ctx.author} has been warned: \n\nBad word usage") @client.command(name="teachmethebigresult") async def teachbigresult(ctx): |