disputils icon indicating copy to clipboard operation
disputils copied to clipboard

Using BotConfirmation in on_reaction_add() (and other bot events)?

Open SanjivanM opened this issue 2 years ago • 0 comments

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

SanjivanM avatar Nov 25 '21 06:11 SanjivanM