From 07fb183cc9d3fd9942bac9388b8044f5f971ad09 Mon Sep 17 00:00:00 2001 From: Ianardo DiCaprio <43935737+Ianardo-DiCaprio@users.noreply.github.com> Date: Sat, 20 Jul 2019 02:13:22 +0100 Subject: [PATCH] Update reactrestrict.py --- reactrestrict/reactrestrict.py | 1 + 1 file changed, 1 insertion(+) diff --git a/reactrestrict/reactrestrict.py b/reactrestrict/reactrestrict.py index 390d760..339b474 100644 --- a/reactrestrict/reactrestrict.py +++ b/reactrestrict/reactrestrict.py @@ -248,6 +248,7 @@ class ReactRestrict(Cog): await ctx.send("Reaction removed.") + @commands.Cog.listener() async def on_raw_reaction_add( self, emoji: discord.PartialEmoji, message_id: int, channel_id: int, user_id: int ):