From 3dc82ecb7518891cfd47c8df312bab16b0fb3f4d Mon Sep 17 00:00:00 2001 From: Juni Date: Sun, 10 Apr 2022 16:11:31 -0400 Subject: [PATCH] can i speak --- reactquote/reactquote.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/reactquote/reactquote.py b/reactquote/reactquote.py index 15b0dab..2129924 100644 --- a/reactquote/reactquote.py +++ b/reactquote/reactquote.py @@ -26,5 +26,4 @@ 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:': - self.bot.get_channel(payload.channel_id).send('speech') \ No newline at end of file + self.bot.get_channel(payload.channel_id).send('speech') \ No newline at end of file