Skip to content

Commit f93059c

Browse files
Donald Chenadvaith1
andauthored
Update docs/topics/Permissions.md
Co-authored-by: advaith <[email protected]>
1 parent dcfa33f commit f93059c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/topics/Permissions.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,11 @@ 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 | Channel Type |
86-
|----------------------------|-------------|-------------------------------------------------------------------------------------------------|
87-
| T | Text | GUILD_TEXT, GUILD_ANNOUNCEMENT, ANNOUNCEMENT_THREAD, PUBLIC_THREAD, PRIVATE_THREAD, GUILD_FORUM |
88-
| V | Voice | GUILD_VOICE |
89-
| S | Stage | GUILD_STAGE_VOICE |
85+
| Channel Type (Abbreviated) | Description | Channel Types |
86+
|----------------------------|-------------|----------------------------------------------------------|
87+
| T | Text | GUILD_TEXT, GUILD_ANNOUNCEMENT, GUILD_FORUM, GUILD_MEDIA |
88+
| V | Voice | GUILD_VOICE |
89+
| S | Stage | GUILD_STAGE_VOICE |
9090

9191
**\* 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.**
9292

0 commit comments

Comments
 (0)