Creates an instance of ReactionsSelfRoleManager.
Optionalclient: ClientThe client that instantiated this Manager
Optionaloptions: ReactionsSelfRoleOptions = ...ReadonlychannelsThe collection of registered channels.
ReadonlyclientThe client that instantiated this Manager
ReadonlyoptionsThe options of the manager.
ProtectedgenerateProtectedgetReturns the RTE (and its role) based on the emoji provided.
the button component or message reaction
the channel options
Optionalemoji: null | GuildEmoji | ReactionEmoji | APIMessageComponentEmojithe emoji clicked
The proper RoteToEmojiData
ProtectedhandleHandle the behaviour once a user adds a reaction or clicks on a button.
the user action, whether it is a reaction or a button interaction
the user who did the action
invert the logic of the action (only for reactions)
Registers a channel. When a user reacts to the message in it, a role will be given/removed.
ProtectedsendsHandle the registering of a channel, sending the main message for the automated role-giver system.
ProtecteduserProtecteduserProtecteduserProtecteduser
A class that manages self-assignable roles using reactions.
Export
Deprecated
Discord has encouraged people to use interactions instead of reactions. See InteractionsSelfRoleManager.