From 9e01fe529ee37c6d6deca7a457a353c344c0d16a Mon Sep 17 00:00:00 2001 From: Juni Date: Sun, 10 Apr 2022 22:47:26 -0400 Subject: [PATCH] forgot self --- reactquote/reactquote.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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