Creates an instance of InteractionsSelfRoleManager.
Optional
client: Client<boolean>The client that instantiated this Manager
Optional
options: InteractionsSelfRoleOptions = ...Readonly
channelsThe collection of registered channels.
SelfRoleManager#channels
Readonly
clientThe client that instantiated this Manager
SelfRoleManager#client
Readonly
optionsThe options of the manager.
Protected
generateProtected
getRTEReturns the RTE (and its role) based on the emoji provided.
the button component or message reaction
the channel options
Optional
emoji: null | GuildEmoji | ReactionEmoji | APIMessageComponentEmojithe emoji clicked
The proper RoteToEmojiData
Protected
handleRegisters a channel. When a user reacts to the message in it, a role will be given/removed.
SelfRoleManager#registerChannel
Protected
sendsHandle the registering of a channel, sending the main message for the automated role-giver system.
Protected
userProtected
userProtected
userProtected
user
A class that manages self-assignable roles using interactions.
Export