Skip to content

Commit

Permalink
Update docs/topics/Permissions.md
Browse files Browse the repository at this point in the history
Co-authored-by: advaith <[email protected]>
  • Loading branch information
MinnDevelopment and advaith1 authored Sep 4, 2023
1 parent 5015a56 commit ce8d25d
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 @@ -77,7 +77,7 @@ Below is a table of all current permissions, their integer values in hexadecimal
| USE_SOUNDBOARD | `0x0000040000000000` `(1 << 42)` | Allows for using soundboard in a voice channel | V |
| USE_EXTERNAL_SOUNDS | `0x0000200000000000` `(1 << 45)` | Allows the usage of custom soundboard sounds from other servers | V |
| SEND_VOICE_MESSAGES | `0x0000400000000000` `(1 << 46)` | Allows sending voice messages | T, V, S |
| SET_VOICE_CHANNEL_STATUS | `0x0002000000000000` `(1 << 48)` | Allows setting voice channel status | V |
| SET_VOICE_CHANNEL_STATUS | `0x0001000000000000` `(1 << 48)` | Allows setting voice channel status | V |

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

Expand Down

0 comments on commit ce8d25d

Please sign in to comment.