Skip to content
Discussion options

You must be logged in to vote

on_reaction_add is only triggered by messae that are available in cache of the bot. You should instead be leveraging the on_raw_reaction_add event which gets triggered regardless of a message's cache presence. However this event does not take a reaction, user pair as argument but instead takes a payload that includes appropriate information for you to handle the event as you like

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@JackTemaki
Comment options

@LostLuma
Comment options

Answer selected by Rapptz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants