From c35e85b67a8dad9d4d17ede22d4618d5e3306dbb Mon Sep 17 00:00:00 2001 From: Juni Date: Sun, 10 Apr 2022 16:08:04 -0400 Subject: [PATCH] typo --- reactquote/reactquote.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactquote/reactquote.py b/reactquote/reactquote.py index 18bdace..15b0dab 100644 --- a/reactquote/reactquote.py +++ b/reactquote/reactquote.py @@ -26,5 +26,5 @@ class ReactQuote(commands.Cog): @commands.Cog.listener() async def on_raw_reaction_add(self, payload:discord.RawReactionActionEvent): """On React""" - if str(payload.emoji) == ':speech_ballon': + if str(payload.emoji) == ':speech_ballon:': self.bot.get_channel(payload.channel_id).send('speech') \ No newline at end of file