diff --git a/discord/developers/docs/topics/permissions.mdx b/discord/developers/docs/topics/permissions.mdx index b9d97f5e5f..fc995419ab 100644 --- a/discord/developers/docs/topics/permissions.mdx +++ b/discord/developers/docs/topics/permissions.mdx @@ -89,6 +89,7 @@ Below is a table of all current permissions, their integer values in hexadecimal | SEND_VOICE_MESSAGES | `0x0000400000000000` `(1 << 46)` | Allows sending voice messages | T, V, S | | SEND_POLLS | `0x0002000000000000` `(1 << 49)` | Allows sending polls | T, V, S | | 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 | +| PIN_MESSAGES | `0x0008000000000000` `(1 << 51)` | Allows pinning and unpinning messages | T | | Channel Type (Abbreviated) | Description | Channel Types | |----------------------------|-------------|----------------------------------------------------------|