Role Management
Delete Roles
Use this command to remove a role selection message that is no longer needed or to clean up outdated role menus.
Parameters
message_id (required)
ID of the message to delete
Step-by-Step Example
- Use
/list-roles
to find the message ID you want to delete. - Run the command:
/delete-roles message_id:123456789012345678
- The bot will remove the message and all role reactions.
Troubleshooting
- Message not found: Double-check the message ID from
/list-roles
. - Permission errors: Ensure the bot can delete messages and manage roles.
Related Commands
/setup-roles
Create a new role message
/update-roles
Edit a role message
/list-roles
List all role messages
Best Practices
- Inform your community before removing widely used role menus.
- Clean up unused role messages to keep your server organized.