diff options
| author | 2018-09-13 22:23:58 +0100 | |
|---|---|---|
| committer | 2018-09-13 22:23:58 +0100 | |
| commit | b89bbd1237e8a21b77d782c89b8d562e19b9439e (patch) | |
| tree | 8af8af6e2747b3551a26fc64d985773c203a8681 | |
| parent | Merge branch 'hemlock-format_block_timeout' into 'master' (diff) | |
Use correct emote in codeblock correction message
| -rw-r--r-- | bot/cogs/bot.py | 2 |
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 |