/react¶
Tip
This command requires the administrator
permission by default.
To learn how to change this, please check the faq command.
Clickable reactions, added to a message so users can self-assign roles
/react add¶
Adds a reaction role to a specified message.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
message
|
str
|
A link to a message or the ID of a message in the current channel. |
required |
emojis
|
List[str]
|
The emojis that should be added to the message. |
required |
roles
|
List[Role]
|
The roles that should be added or removed when a user clicks the emote. |
required |
/react remove¶
Removes reaction roles from a message
Parameters:
Name | Type | Description | Default |
---|---|---|---|
message
|
str
|
A link to a message or the ID of a message in the current channel |
required |
emojis
|
str
|
The emojis that should be removed from the message |
required |