Mivator LogoMivator Docs

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

NameTypeRequiredDescription
messagelinkstringYesThe message link of the reaction message
reactionemojistringYesThe emoji to use for the reaction role (has to be reacted on the message beforehand)
roleroleYesThe role to give to the user when they react to the emoji
removeonclearbooleanNoWether to remove the role when the reaction is removed (default: true)
multiselectbooleanNoWether to allow multiple roles to be selected (default: true)
role2roleNoOptional: a 2nd Role to give to the user when they react to the emoji
role3roleNoOptional: a 3rd Role to give to the user when they react to the emoji
role4roleNoOptional: a 4th Role to give to the user when they react to the emoji
role5roleNoOptional: a 5th Role to give to the user when they react to the emoji
role6roleNoOptional: a 6th Role to give to the user when they react to the emoji
role7roleNoOptional: a 7th Role to give to the user when they react to the emoji
role8roleNoOptional: a 8th Role to give to the user when they react to the emoji
role9roleNoOptional: a 9th Role to give to the user when they react to the emoji
role10roleNoOptional: a 10th Role to give to the user when they react to the emoji
role11roleNoOptional: a 11th Role to give to the user when they react to the emoji
role12roleNoOptional: a 12th Role to give to the user when they react to the emoji
role13roleNoOptional: a 13th Role to give to the user when they react to the emoji
role14roleNoOptional: a 14th Role to give to the user when they react to the emoji
role15roleNoOptional: a 15th Role to give to the user when they react to the emoji
role16roleNoOptional: a 16th Role to give to the user when they react to the emoji
role17roleNoOptional: a 17th Role to give to the user when they react to the emoji
role18roleNoOptional: a 18th Role to give to the user when they react to the emoji
role19roleNoOptional: a 19th Role to give to the user when they react to the emoji
role20roleNoOptional: 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:value

This command allows you to add a reaction role to a message.


/clearreactionrole

Clear a reaction role setup from a message

Parameters

NameTypeRequiredDescription
messagelinkstringYesThe message link of the reaction message

Example Usage

/clearreactionrole messagelink:value

This command allows you to clear a reaction role setup from a message.


/removereactionrole

Remove a specific reaction-role emoji from a message

Parameters

NameTypeRequiredDescription
messagelinkstringYesThe message link of the reaction message
reactionemojistringYesThe emoji to use for the reaction role (has to be reacted on the message beforehand)

Example Usage

/removereactionrole messagelink:value reactionemoji:value

This command allows you to remove a specific reaction-role emoji from a message.


/clearallreactionroles

Clear all reaction roles from a message

Example Usage

/clearallreactionroles

This command allows you to clear all reaction roles from a message.


On this page