From 4bc4bb1508da4d07b5f0cf434c4bab0c028ed3b6 Mon Sep 17 00:00:00 2001 From: Josh Date: Mon, 4 Nov 2024 09:37:50 -0500 Subject: feat: added a bunch of message reactions --- main.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'main.py') diff --git a/main.py b/main.py index 1b048d0..7cbc345 100644 --- a/main.py +++ b/main.py @@ -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): -- cgit v1.2.3