mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-16 03:23:29 +01:00
Doc fixes
This commit is contained in:
@@ -188,7 +188,7 @@ class Permissions {
|
|||||||
* - `MANAGE_ROLES`
|
* - `MANAGE_ROLES`
|
||||||
* - `MANAGE_ROLES_OR_PERMISSIONS` __**(deprecated)**__
|
* - `MANAGE_ROLES_OR_PERMISSIONS` __**(deprecated)**__
|
||||||
* - `MANAGE_WEBHOOKS`
|
* - `MANAGE_WEBHOOKS`
|
||||||
* - `MANAGE_EMOJIS'
|
* - `MANAGE_EMOJIS`
|
||||||
* @type {Object}
|
* @type {Object}
|
||||||
* @see {@link https://discordapp.com/developers/docs/topics/permissions}
|
* @see {@link https://discordapp.com/developers/docs/topics/permissions}
|
||||||
*/
|
*/
|
||||||
@@ -240,8 +240,8 @@ Permissions.ALL = Object.values(Permissions.FLAGS).reduce((all, p) => all | p, 0
|
|||||||
Permissions.DEFAULT = 104324097;
|
Permissions.DEFAULT = 104324097;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The final evaluated permissions for a member in a channel
|
|
||||||
* @class EvaluatedPermissions
|
* @class EvaluatedPermissions
|
||||||
|
* @classdesc The final evaluated permissions for a member in a channel
|
||||||
* @see {@link Permissions}
|
* @see {@link Permissions}
|
||||||
* @deprecated
|
* @deprecated
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user