diff options
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): |