Skip to content

Commit

Permalink
USE_EMBEDDED_ACTIVITIES -> USE_EXTERNAL_APPS
Browse files Browse the repository at this point in the history
  • Loading branch information
sklein12 committed May 21, 2024
1 parent 3b0b05e commit 76aafcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/topics/Permissions.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Below is a table of all current permissions, their integer values in hexadecimal
| CREATE_PRIVATE_THREADS | `0x0000001000000000` `(1 << 36)` | Allows for creating private threads | T |
| USE_EXTERNAL_STICKERS | `0x0000002000000000` `(1 << 37)` | Allows the usage of custom stickers from other servers | T, V, S |
| SEND_MESSAGES_IN_THREADS | `0x0000004000000000` `(1 << 38)` | Allows for sending messages in threads | T |
| USE_EMBEDDED_ACTIVITIES | `0x0000008000000000` `(1 << 39)` | Allows for using Activities (applications with the `EMBEDDED` flag) in a voice channel | V |
| USE_EXTERNAL_APPS | `0x0000008000000000` `(1 << 39)` | Allows user installed commands and Activities (applications with the `EMBEDDED` flag) | V |
| MODERATE_MEMBERS \*\* | `0x0000010000000000` `(1 << 40)` | Allows for timing out users to prevent them from sending or reacting to messages in chat and threads, and from speaking in voice and stage channels | |
| VIEW_CREATOR_MONETIZATION_ANALYTICS \* | `0x0000020000000000` `(1 << 41)` | Allows for viewing role subscription insights | |
| USE_SOUNDBOARD | `0x0000040000000000` `(1 << 42)` | Allows for using soundboard in a voice channel | V |
Expand Down

0 comments on commit 76aafcb

Please sign in to comment.