F
Federal SMP
Discord Moderation

Permissions & Role Hierarchy

Chapter 10 — How Discord permissions work, why role order matters, and what to do when something looks wrong.

Discord permissions are hierarchical: a role can only manage roles positioned below it, and a member's effective permissions are the combination of every role they hold plus any channel-specific overrides. Understanding this prevents two common mistakes — accidentally giving someone more access than intended, and being confused when a permission "doesn't work" because of an override further down the list.

Key Concepts

  • Role order matters. Roles are ranked top to bottom in server settings; a role can never act on (mute, kick, ban, or edit roles for) another role positioned above it.
  • Channel overrides beat role permissions. A channel-specific permission override (allow or deny) takes priority over a role's server-wide setting for that channel only.
  • The Administrator permission bypasses everything. It should only ever be on the highest management roles — never given out to test something "temporarily."
  • Staff roles should be positioned above the general member roles so mutes and timeouts against regular members always succeed.

Your Role in Permissions

Helpers and Moderators are not expected to edit the permission structure — that responsibility sits with Admins and Owners. What you are expected to do is understand it well enough to explain to a confused member why they can't access a channel, and to immediately flag anything that looks like a permissions error (e.g. a member role somehow able to ban).

GOLDEN RULE

If you ever notice a permission that looks wrong — too much access for a role, a channel override that shouldn't exist — report it to an Admin immediately rather than trying to fix it yourself.


Quick Review — Q&A

Q: Can a role take moderation action on a role positioned above it?

A: No. A role can never act on another role higher than itself in the hierarchy.

Q: What takes priority: a role's server-wide permission, or a channel-specific override?

A: The channel-specific override, for that channel only.

Q: Who is responsible for editing the permission structure?

A: Admins and Owners — Helpers and Moderators should understand it but not modify it.

Q: What should you do if you spot a role with permissions that look like a mistake?

A: Report it to an Admin immediately rather than attempting to fix it yourself.

On this page