Role Management

Manage server roles effortlessly. Assign, remove, and configure roles for your community members without leaving the chat.

Assignment

.role <subcommand>
Role Management

Add, remove, or create roles. The bot provides helpful error messages if arguments are missing.

// Error: Missing role argument
User
UserToday at 4:20 PM
.role
// Error: Missing user mention for add
User
UserToday at 4:20 PM
.role add
// Error: Missing user mention for remove
User
UserToday at 4:20 PM
.role remove
// Successfully create a new role
User
UserToday at 4:20 PM
.role create test

Deletion Workflow

Deleting a role requires confirmation to prevent accidents. The bot will wait 15 seconds for a response.

// Step 1: Request deletion
User
UserToday at 4:20 PM
.role delete test
// Step 2: Confirm with 'yes'
User
UserToday at 4:20 PM
yes
// Alternative: No response (Timeout)
User
UserToday at 4:20 PM
.role delete test

Mass Actions

.role all <role>
Role All

Give a role to everyone in the server.

.role humans <role>
Role Humans

Give a role to all non-bot users.

Information

.role info <role>
Role Details

View permissions, color code, and member count for a specific role.