aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bot/cogs/bot.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/cogs/bot.py b/bot/cogs/bot.py
index 9a5c365fb..9990d9e0a 100644
--- a/bot/cogs/bot.py
+++ b/bot/cogs/bot.py
@@ -343,7 +343,7 @@ class Bot:
howto_embed = Embed(description=howto)
bot_message = await msg.channel.send(f"Hey {msg.author.mention}!", embed=howto_embed)
self.codeblock_message_ids[msg.id] = bot_message.id
- await bot_message.add_reaction(Emojis.x)
+ await bot_message.add_reaction(Emojis.cross_mark)
else:
return