mirror of
https://github.com/danbulant/discord.js
synced 2026-07-05 03:00:35 +00:00
Webpack build for branch 11.3-dev: c33ab1ea61
This commit is contained in:
parent
d813c4200e
commit
dd8eeecbbb
2 changed files with 3 additions and 1 deletions
|
|
@ -1908,6 +1908,7 @@ class Permissions {
|
||||||
* - `MANAGE_GUILD` (edit the guild information, region, etc.)
|
* - `MANAGE_GUILD` (edit the guild information, region, etc.)
|
||||||
* - `ADD_REACTIONS` (add new reactions to messages)
|
* - `ADD_REACTIONS` (add new reactions to messages)
|
||||||
* - `VIEW_AUDIT_LOG`
|
* - `VIEW_AUDIT_LOG`
|
||||||
|
* - `PRIORITY_SPEAKER`
|
||||||
* - `VIEW_CHANNEL`
|
* - `VIEW_CHANNEL`
|
||||||
* - `READ_MESSAGES` **(deprecated)**
|
* - `READ_MESSAGES` **(deprecated)**
|
||||||
* - `SEND_MESSAGES`
|
* - `SEND_MESSAGES`
|
||||||
|
|
@ -1943,6 +1944,7 @@ Permissions.FLAGS = {
|
||||||
MANAGE_GUILD: 1 << 5,
|
MANAGE_GUILD: 1 << 5,
|
||||||
ADD_REACTIONS: 1 << 6,
|
ADD_REACTIONS: 1 << 6,
|
||||||
VIEW_AUDIT_LOG: 1 << 7,
|
VIEW_AUDIT_LOG: 1 << 7,
|
||||||
|
PRIORITY_SPEAKER: 1 << 8,
|
||||||
|
|
||||||
VIEW_CHANNEL: 1 << 10,
|
VIEW_CHANNEL: 1 << 10,
|
||||||
READ_MESSAGES: 1 << 10,
|
READ_MESSAGES: 1 << 10,
|
||||||
|
|
|
||||||
2
discord.11.3-dev.min.js
vendored
2
discord.11.3-dev.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue