Channel Permission Values
Text Channel#
Permission | Bitwise Value | Description | Default |
---|
VIEW_CHANNEL | 1n << 0n | View the text channel. | ✔ |
MANAGE_MESSAGES | 1n << 1n | Manage messages in the text channel. | ❌ |
SEND_MESSAGES | 1n << 2n | Send messages in the text channel. | ✔ |
USE_EXTERNAL_EMOJIS | 1n << 3n | Use external emojis in the text channel. | ✔ |
MANAGE_CHANNEL | 1n << 4n | Manage the text channel. | ❌ |
Voice Channel#
Permission | Bitwise Value | Description | Default |
---|
VIEW_CHANNEL | 1n << 0n | View the voice channel. | ✔ |
CONNECT | 1n << 1n | Connect to the voice channel. | ✔ |
SPEAK | 1n << 2n | Speak in the voice channel. | ✔ |
MUTE_MEMBERS | 1n << 3n | Mute members in the voice channel. | ❌ |
DEAFEN_MEMBERS | 1n << 4n | Deafen members in the voice channel. | ❌ |
MOVE_MEMBERS | 1n << 5n | Move members in the voice channel. | ❌ |
MANAGE_CHANNEL | 1n << 6n | Manage the voice channel. | ❌ |
To-Do Channel#
Permission | Bitwise Value | Description | Default |
---|
VIEW_CHANNEL | 1n << 0n | View the to-do channel. | ✔ |
MANAGE_TODOS | 1n << 1n | Manage to-dos in the to-do channel. | ❌ |
CREATE_TODOS | 1n << 2n | Create to-dos in the to-do channel. | ❌ |
DELETE_TODOS | 1n << 3n | Delete to-dos from the to-do channel. | ❌ |
EDIT_TODOS | 1n << 4n | Edit to-dos in the to-do channel. | ❌ |
MANAGE_CHANNEL | 1n << 5n | Manage the to-do channel. | ❌ |
Watchstream Channel#
Permission | Bitwise Value | Description | Default |
---|
VIEW_CHANNEL | 1n << 0n | View the watchstream channel. | ✔ |
MANAGE_CHANNEL | 1n << 1n | Manage the watchstream channel. | ❌ |
Modified at 2024-12-29 08:24:12