mirror of
https://github.com/diamondburned/arikawa.git
synced 2025-01-07 04:27:18 +00:00
discord: Add PermissionViewGuildInsights (#355)
This commit is contained in:
parent
1b31249626
commit
91c86f02ec
|
@ -44,8 +44,8 @@ const (
|
||||||
PermissionMentionEveryone
|
PermissionMentionEveryone
|
||||||
// Allows the usage of custom emojis from other servers
|
// Allows the usage of custom emojis from other servers
|
||||||
PermissionUseExternalEmojis
|
PermissionUseExternalEmojis
|
||||||
// ?
|
// Allows for viewing guild insights
|
||||||
_
|
PermissionViewGuildInsights
|
||||||
// Allows for joining of a voice channel
|
// Allows for joining of a voice channel
|
||||||
PermissionConnect
|
PermissionConnect
|
||||||
// Allows for speaking in a voice channel
|
// Allows for speaking in a voice channel
|
||||||
|
|
Loading…
Reference in a new issue