Role Management
Update Roles
Use this command to change the title, description, roles, or color of an existing role message without deleting and recreating it.
Parameters
message_id (required)
ID of the message to update
title (optional)
New title for the message
description (optional)
New description
roles (optional)
New role configuration
color (optional)
New embed color
Step-by-Step Example
- Use
/list-roles
to get the message ID you want to update. - Decide what you want to change (title, description, roles, color).
- Run the command:
/update-roles
message_id:123456789012345678
title:"Updated Server Roles"
roles:"🎮:Gaming,📚:Books,🎵:Music,🎨:Art"
- The bot will update the message in place.
Troubleshooting
- Message not found: Double-check the message ID from
/list-roles
. - No changes applied: Make sure you specify at least one field to update.
- Permission errors: Ensure the bot can edit the target message and manage roles.
Related Commands
/setup-roles
Create a new role message
/delete-roles
Remove a role message
/list-roles
List all role messages
Best Practices
- Always verify the message ID before updating.
- Announce changes to your community if roles are significantly altered.
Setup Roles
Use this command to let members assign themselves roles by reacting to a message. Ideal for community, gaming, or study servers where users can opt into interests, notifications, or access levels.
List Roles
Use this command to see all active role selection messages and get their message IDs for updating or deleting.