All Documentation
🔐Permission management and information.

/permissions

View and manage permissions — check who can do what, list available commands, and audit moderation actions.

Subcommands

  • /permissions check — Check a user's permissions
  • /permissions list — List all commands with access status
  • /permissions audit — View moderation audit statistics
  • /permissions search — Search audit logs
  • /permissions bot — Check bot permissions and status

/permissions check

Check a user's permission level and available commands.

/permissions check [user]
ParameterTypeRequiredDescription
userUserUser to check (defaults to yourself)

Shows:

  • Permission level (Owner, Admin, Moderator, Member)
  • Special status flags
  • Roles
  • Available commands

/permissions list

List all commands and whether you can use them.

/permissions list

Shows all commands organized by category:

  • Critical Admin commands
  • Moderator commands
  • General commands

Each command shows ✅ (you can use it) or ❌ (you cannot).


/permissions audit

View recent moderation audit statistics.

/permissions audit

Shows:

  • Total actions performed
  • Most active moderators
  • Action type breakdown

Requires: Moderator or higher


/permissions search

Search through moderation audit logs with filters.

/permissions search [action] [user] [days]
ParameterTypeRequiredDescription
actionTextFilter by action type
userUserFilter by user
daysTextNumber of days to search (default: 7)

Shows up to 5 matching results with time, executor, target, and reason.

Requires: Moderator or higher


/permissions bot

Comprehensive bot permission diagnostics (admin only).

/permissions bot

Shows:

  • Permission progress bar — Overall permission health
  • All bot permissions — Complete list with status
  • Missing permissions — What's missing and which commands are affected
  • Role hierarchy — Bot's position in the role list
  • Moderation coverage — What the bot can and cannot do
  • Command status — Working / Limited / Broken
  • Recommendations — Suggestions to fix issues

Requires: Administrator or Server Owner

Required Permissions

  • /permissions check and /permissions list: All members
  • /permissions audit and /permissions search: Moderator or higher
  • /permissions bot: Administrator or Server Owner