Skip to content

Commit a50a27a

Browse files
author
Donald Chen
committed
add descriptions for channel types
1 parent 2d07527 commit a50a27a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/topics/Permissions.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Below is a table of all current permissions, their integer values in hexadecimal
3030

3131
###### Bitwise Permission Flags
3232

33-
| Permission | Value | Description | Channel Type |
33+
| Permission | Value | Description | Channel Type (Abbreviated) |
3434
|----------------------------------------|----------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------|
3535
| CREATE_INSTANT_INVITE | `0x0000000000000001` `(1 << 0)` | Allows creation of instant invites | T, V, S |
3636
| KICK_MEMBERS \* | `0x0000000000000002` `(1 << 1)` | Allows kicking members | |
@@ -82,6 +82,12 @@ Below is a table of all current permissions, their integer values in hexadecimal
8282
| SEND_POLLS | `0x0002000000000000` `(1 << 49)` | Allows sending polls | T, V, S |
8383
| USE_EXTERNAL_APPS | `0x0004000000000000` `(1 << 50)` | Allows user-installed apps to send public responses. When disabled, users will still be allowed to use their apps but the responses will be ephemeral. This only applies to apps not also installed to the server. | T, V, S |
8484

85+
| Channel Type (Abbreviated) | Description |
86+
| -- | -- | -- |
87+
| T | Text |
88+
| V | Voice |
89+
| S | Stage |
90+
8591
**\* These permissions require the owner account to use [two-factor authentication](#DOCS_TOPICS_OAUTH2/twofactor-authentication-requirement) when used on a guild that has server-wide 2FA enabled.**
8692

8793
**\*\* See [Permissions for Timed Out Members](#DOCS_TOPICS_PERMISSIONS/permissions-for-timed-out-members) to understand how permissions are temporarily modified for timed out users.**

0 commit comments

Comments
 (0)