forgot self

This commit is contained in:
Juni
2022-04-10 22:47:26 -04:00
parent cd5f05c6a3
commit 9e01fe529e

View File

@@ -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')