about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorredcreeper14385 <mounderfod@gmail.com>2021-08-31 18:05:22 +0100
committerredcreeper14385 <mounderfod@gmail.com>2021-08-31 18:05:22 +0100
commit94e2ce264a00d932813fa239f71cbb45923e02a3 (patch)
tree3f0c2e8e99bed62fefb803981414b202d51b65a2
parenta7fa99de7e3b47f1331ef26293821c976ec5940d (diff)
downloadtiny-potato-bot-94e2ce264a00d932813fa239f71cbb45923e02a3.tar.gz
Stupid async
-rw-r--r--bot.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot.py b/bot.py
index c6b9ba7..f6145e9 100644
--- a/bot.py
+++ b/bot.py
@@ -20,7 +20,7 @@ async def on_command_error(ctx, error):
 async def on_message(message):
     if bot.user.mentioned_in(message):
         ctx = await bot.get_context(message)
-        ctx.reply("<irritatered:766468833564688395>")
+        await ctx.reply("<:irritater:882309845427036230>")
     await bot.process_commands(message)
 
 def load_extensions(client):