Delete
The /delete
command removes reaction roles from a message. Users with roles already assigned with the deleted reaction roles will not have their roles removed.
Video Example
Coming Soon!
Usage
See the Discord help page Where can I find my User/Server/Message ID? for instructions on how to find a message ID normally. As noted in the delete
command instructions, you may also run the list
command to find out message IDs as well.
While the delete
command will remove reaction roles from the message, all existing reactions will still remain on the message. To completely clean up reactions from messages, you will need to delete them manually.
Deleting a reaction role will not affect any current users with the role. Reaction counts on the existing emoji will also not be affected.
Removing Reaction Roles
Via Role
You may remove all reaction roles on a specified message tied to a specific role with the /delete reaction role
command.
/delete reaction role <Message ID> <Role>
Example
Via Emoji
You may remove all reaction roles on a specified message tied to an emoji with the /delete reaction emoji
command.
/delete reaction emoji <Message ID> <Emoji>
Example
Removing All Reaction Roles On a Message
The /delete all
command will remove all reaction roles from the specified message.
/delete all <Message ID>
Example
Removing Reaction Roles for Deleted Roles
The /delete check
command will clean up any outdated reaction roles based on deleted guild roles.
/delete check <Message ID>
Example