Admin Commands¶
Server administration commands for permissions, roles, and bot management.
Permissions — /permissions¶
Permission overrides for command category access.
/permissions grant <command_group> [user] [role] [reason]¶
Grant access to a command category.
| Parameter | Type | Required | Description |
|---|---|---|---|
command_group |
String | Yes | Command category key (alphanumeric, dots, hyphens, max 50) |
user |
Member | No | Target user (exactly one of user/role required) |
role |
Role | No | Target role (exactly one of user/role required) |
reason |
String | No | Audit log reason |
/permissions revoke <command_group> [user] [role] [reason]¶
Revoke access from a user or role. Same parameters as grant.
/permissions list [command_group] [user] [role]¶
List all permission overrides. All parameters are optional filters.
/permissions check <command_group> [user]¶
Check whether a user has access to a specific command category.
| Parameter | Type | Required | Description |
|---|---|---|---|
command_group |
String | Yes | Category to check |
user |
Member | No | User to check (defaults to yourself) |
Server Management — /server¶
/server createrole <name> [color] [hoist] [mentionable]¶
Create a new role.
| Parameter | Type | Required | Description |
|---|---|---|---|
name |
String | Yes | Role name |
color |
String | No | Hex colour code |
hoist |
Boolean | No | Display separately in member list |
mentionable |
Boolean | No | Allow @mentioning |
/server deleterole <role>¶
Delete a role. Prevents deletion of bot-managed and booster roles. Hierarchy checks enforced.
/server editrole <role> [name] [color] [hoist] [mentionable]¶
Edit role properties. Supports partial updates — only specified fields are changed.
System Setup¶
Each major system has its own setup command:
| System | Command | Description |
|---|---|---|
| Logging | /logging setup |
Configure log channels |
| Moderation | /mod warn / /cases |
Core moderation and case workflows |
| Voice | /voice-config setup |
Configure voice tracking |
| Economy | /economy config |
Configure economy settings |
See the respective command pages for full details: