Calculators
Free · No sign-up

Discord Permission Calculator

Every Discord permission bit explained, with a copy-ready invite URL.

Do this automatically

Let Echo handle it with Moderation

Stop juggling permission integers. Every command and feature gets its own allowed roles and channels from the dashboard.

  • Free to start
  • Set up in about a minute
  • No credit card
See the Moderation plugin

Frequently asked questions

What is a Discord permission integer?

Each permission is a single bit in a 64-bit number. Adding the bits together gives the integer Discord expects in the permissions field of an OAuth2 invite URL or a role update.

Which permissions require two-factor authentication?

Permissions marked as elevated (such as Kick Members, Ban Members, Manage Roles and Administrator) can only be used by members with 2FA enabled when the server has the 2FA requirement turned on.

Should I give my bot Administrator?

Only if you fully trust it. Administrator grants every permission and bypasses channel overrides. Pick the specific permissions the bot documents instead.

What scopes does a bot invite need?

The bot scope adds the bot user to the server and applications.commands lets it register slash commands. Both are selected by default.