ReactionRoles
Commands for ReactionRoles
ReactionRoles Commands
Here is the list of commands available in the ReactionRoles category.
/addreactionrole
Add a reaction role to a message
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
messagelink | string | Yes | The message link of the reaction message |
reactionemoji | string | Yes | The emoji to use for the reaction role (has to be reacted on the message beforehand) |
role | role | Yes | The role to give to the user when they react to the emoji |
removeonclear | boolean | No | Wether to remove the role when the reaction is removed (default: true) |
multiselect | boolean | No | Wether to allow multiple roles to be selected (default: true) |
role2 | role | No | Optional: a 2nd Role to give to the user when they react to the emoji |
role3 | role | No | Optional: a 3rd Role to give to the user when they react to the emoji |
role4 | role | No | Optional: a 4th Role to give to the user when they react to the emoji |
role5 | role | No | Optional: a 5th Role to give to the user when they react to the emoji |
role6 | role | No | Optional: a 6th Role to give to the user when they react to the emoji |
role7 | role | No | Optional: a 7th Role to give to the user when they react to the emoji |
role8 | role | No | Optional: a 8th Role to give to the user when they react to the emoji |
role9 | role | No | Optional: a 9th Role to give to the user when they react to the emoji |
role10 | role | No | Optional: a 10th Role to give to the user when they react to the emoji |
role11 | role | No | Optional: a 11th Role to give to the user when they react to the emoji |
role12 | role | No | Optional: a 12th Role to give to the user when they react to the emoji |
role13 | role | No | Optional: a 13th Role to give to the user when they react to the emoji |
role14 | role | No | Optional: a 14th Role to give to the user when they react to the emoji |
role15 | role | No | Optional: a 15th Role to give to the user when they react to the emoji |
role16 | role | No | Optional: a 16th Role to give to the user when they react to the emoji |
role17 | role | No | Optional: a 17th Role to give to the user when they react to the emoji |
role18 | role | No | Optional: a 18th Role to give to the user when they react to the emoji |
role19 | role | No | Optional: a 19th Role to give to the user when they react to the emoji |
role20 | role | No | Optional: a 20th Role to give to the user when they react to the emoji |
Example Usage
/addreactionrole messagelink:value reactionemoji:value role:value removeonclear:value multiselect:value role2:value role3:value role4:value role5:value role6:value role7:value role8:value role9:value role10:value role11:value role12:value role13:value role14:value role15:value role16:value role17:value role18:value role19:value role20:valueThis command allows you to add a reaction role to a message.
/clearreactionrole
Clear a reaction role setup from a message
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
messagelink | string | Yes | The message link of the reaction message |
Example Usage
/clearreactionrole messagelink:valueThis command allows you to clear a reaction role setup from a message.
/removereactionrole
Remove a specific reaction-role emoji from a message
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
messagelink | string | Yes | The message link of the reaction message |
reactionemoji | string | Yes | The emoji to use for the reaction role (has to be reacted on the message beforehand) |
Example Usage
/removereactionrole messagelink:value reactionemoji:valueThis command allows you to remove a specific reaction-role emoji from a message.
/clearallreactionroles
Clear all reaction roles from a message
Example Usage
/clearallreactionrolesThis command allows you to clear all reaction roles from a message.
