diff --git a/reactquote/reactquote.py b/reactquote/reactquote.py index f86a425..789a7b6 100644 --- a/reactquote/reactquote.py +++ b/reactquote/reactquote.py @@ -34,5 +34,5 @@ class ReactQuote(commands.Cog): message.channel.send('Did I work') @commands.Cog.listener() - async def on_reaction_add(reaction: discord.Reaction, user: discord.User): + async def on_reaction_add(self, reaction: discord.Reaction, user: discord.User): reaction.message.channel.send('Did I work2') \ No newline at end of file