feat(Permissions): Adds VIEW_GUILD_INSIGHTS (#3928)

This commit is contained in:
KhaaZ
2020-03-17 22:37:40 +01:00
committed by GitHub
parent a6605155f0
commit 5b9cdc5cd2
2 changed files with 3 additions and 2 deletions

1
typings/index.d.ts vendored
View File

@@ -2726,6 +2726,7 @@ declare module 'discord.js' {
| 'READ_MESSAGE_HISTORY'
| 'MENTION_EVERYONE'
| 'USE_EXTERNAL_EMOJIS'
| 'VIEW_GUILD_INSIGHTS'
| 'CONNECT'
| 'SPEAK'
| 'MUTE_MEMBERS'