Skip to content

Commit

Permalink
Add viewGuildAnalytics permission (#523)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoddo authored and abalabahaha committed Aug 21, 2019
1 parent 76c3969 commit 5d9cce5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/Constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ module.exports.Permissions = {
readMessageHistory: 1 << 16,
mentionEveryone: 1 << 17,
externalEmojis: 1 << 18,
viewGuildAnalytics: 1 << 19,
voiceConnect: 1 << 20,
voiceSpeak: 1 << 21,
voiceMuteMembers: 1 << 22,
Expand All @@ -63,8 +64,8 @@ module.exports.Permissions = {
manageRoles: 1 << 28,
manageWebhooks: 1 << 29,
manageEmojis: 1 << 30,
all: 0b1111111111101111111110111111111,
allGuild: 0b1111100000000000000000010111111,
all: 0b1111111111111111111110111111111,
allGuild: 0b1111100000010000000000010111111,
allText: 0b0110000000001111111110001010001,
allVoice: 0b0110011111100000000000100010001
};
Expand Down

0 comments on commit 5d9cce5

Please sign in to comment.