You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to have a confirmation pop up when a user adds a reaction to a message, but I see that the BotConfirmation needs a ctx argument, which isn't usable in on_reaction_add(reaction, user)
For context, the event is inside a Cog
The text was updated successfully, but these errors were encountered:
I'm trying to have a confirmation pop up when a user adds a reaction to a message, but I see that the BotConfirmation needs a
ctx
argument, which isn't usable in on_reaction_add(reaction, user)For context, the event is inside a Cog
The text was updated successfully, but these errors were encountered: