mirror of
https://github.com/danbulant/discord.js
synced 2026-06-19 22:51:32 +00:00
Webpack build for branch master: b926cd0dcd
This commit is contained in:
parent
3948e16015
commit
d4fd3c2a3e
1 changed files with 3 additions and 3 deletions
|
|
@ -1133,7 +1133,7 @@ const Constants = __webpack_require__(0);
|
|||
*/
|
||||
class Permissions {
|
||||
/**
|
||||
* @param {GuildMember} [member] Member the permissions are for __**(deprecated)**__
|
||||
* @param {GuildMember} [member] Member the permissions are for **(deprecated)**
|
||||
* @param {number} bitfield Permissions bitfield to read from
|
||||
*/
|
||||
constructor(member, bitfield) {
|
||||
|
|
@ -1302,7 +1302,7 @@ class Permissions {
|
|||
* - `READ_MESSAGE_HISTORY` (view messages that were posted prior to opening Discord)
|
||||
* - `MENTION_EVERYONE`
|
||||
* - `USE_EXTERNAL_EMOJIS` (use emojis from different guilds)
|
||||
* - `EXTERNAL_EMOJIS` __**(deprecated)**__
|
||||
* - `EXTERNAL_EMOJIS` **(deprecated)**
|
||||
* - `CONNECT` (connect to a voice channel)
|
||||
* - `SPEAK` (speak in a voice channel)
|
||||
* - `MUTE_MEMBERS` (mute members across all voice channels)
|
||||
|
|
@ -1312,7 +1312,7 @@ class Permissions {
|
|||
* - `CHANGE_NICKNAME`
|
||||
* - `MANAGE_NICKNAMES` (change other members' nicknames)
|
||||
* - `MANAGE_ROLES`
|
||||
* - `MANAGE_ROLES_OR_PERMISSIONS` __**(deprecated)**__
|
||||
* - `MANAGE_ROLES_OR_PERMISSIONS` **(deprecated)**
|
||||
* - `MANAGE_WEBHOOKS`
|
||||
* - `MANAGE_EMOJIS`
|
||||
* @type {Object}
|
||||
|
|
|
|||
Loading…
Reference in a new issue