Closed zRyder closed 2 months ago
Show your intents.
Could you remind me what that is again?
They are the toggles that indicate to Discord what events to send you. You set these when you are creating the serenity client.
I see, I’ll provide them in a bit
This is either a duplicate of #2930 #2922, #2910, #2909, #2892 or user error.
When trying to implement adding/removing reactions. The handler implementations are not dispatched. Tested with
ReactionAdd
andReactionRemove
. When debugging, I had a non admin user add a reaction to a message, when I debugged, the bot with admin permissions did not run the code.