mirror of
https://github.com/diamondburned/arikawa.git
synced 2025-02-10 21:43:16 +00:00
discord: add missing permissions
Reference: https://discord.com/developers/docs/topics/permissions#permissions-bitwise-permission-flags Related: https://github.com/discord/discord-api-docs/pull/6039
This commit is contained in:
parent
2ec786a788
commit
73986699b7
|
@ -91,6 +91,16 @@ const (
|
|||
PermissionStartEmbeddedActivities
|
||||
// Allows for timing out users
|
||||
PermissionModerateMembers
|
||||
// Allows for viewing role subscription insights
|
||||
PermissionViewCreatorMonetizationAnalytics
|
||||
// Allows for using soundboard in a voice channel
|
||||
PermissionUseSoundboard
|
||||
_
|
||||
_
|
||||
// Allows the usage of custom soundboard sounds from other servers
|
||||
PermissionUseExternalSounds
|
||||
// Allows sending voice messages
|
||||
PermissionSendVoiceMessages
|
||||
|
||||
PermissionAllText = 0 |
|
||||
PermissionViewChannel |
|
||||
|
|
Loading…
Reference in a new issue