| Permission | Value | Description | Default |
|---|---|---|---|
| ADMINISTRATOR | 1n << 0n | Full access to all features. | ❌ |
| MANAGE_CHANNELS | 1n << 1n | Manage channels in the team. | ❌ |
| MANAGE_ROLES | 1n << 2n | Manage roles for users. | ❌ |
| MANAGE_TEAM | 1n << 3n | Manage the team settings. | ❌ |
| VIEW_AUDIT_LOG | 1n << 4n | View audit logs for the team. | ❌ |
| BAN_MEMBERS | 1n << 5n | Ban members from the team. | ❌ |
| DELETE_MESSAGES | 1n << 6n | Delete messages in channels. | ❌ |
| MANAGE_APPLICATIONS | 1n << 7n | Manage applications for the team. | ❌ |
| JOIN_TOURNAMENTS | 1n << 8n | Join tournaments. | ❌ |
| CREATE_INVITES | 1n << 9n | Create invitations for others to join the team. | ✔ |
| MENTION_EVERYONE_AND_HERE | 1n << 10n | Mention everyone and here tags in messages. | ❌ |
| MANAGE_BLOGS | 1n << 11n | Manage blogs for the team. | ❌ |
| KICK_MEMBERS | 1n << 12n | Kick members from the team. | ❌ |
| MOVE_MEMBERS | 1n << 13n | Allows the user to move members between voice channels. | ❌ |