Help

Permissions

Understand Discord permissions and Prolira’s role-based command system.

Discord permissions

Prolira needs enough Discord permissions to act correctly: ban, kick, timeout, manage some channels, read audit logs and manage AutoMod.

Role hierarchy

  1. Go to Server Settings → Roles.
  2. Place Prolira’s role above the roles it must moderate.
  3. Keep it below important administrator roles to avoid abuse.
Common issue

If Prolira cannot sanction a member, the issue often comes from role hierarchy, not from the code.

Public commands

By default, everyone can only use public commands.

  • /bot — show bot information.
  • /help — show the help menu.
  • /report — report a member.
  • /ping — check bot latency.

Commands by role

All other commands are restricted to administrators unless a role is explicitly granted access with /config commands.

/config commands role:@Moderator command:warn state:on
/config commands role:@Moderator command:timeout state:on
/config commands role:@Manager command:automod state:on
Clean setup example
  • Helper: access to /reports and /warn.
  • Moderator: access to /warn, /timeout, /kick and /reports.
  • Manager: access to /ban, /isolate, /automod and /infractions.
  • Administrator: full access through Discord Administrator permission.