mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-20 13:33:30 +01:00
docs(PermissionResolvable): move definition outside of class
Otherwise it won't appear in the docs for some reason
This commit is contained in:
@@ -104,6 +104,7 @@ class Permissions extends BitField {
|
|||||||
missingPermissions(permissions, explicit = false) {
|
missingPermissions(permissions, explicit = false) {
|
||||||
return this.missing(permissions, !explicit);
|
return this.missing(permissions, !explicit);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Data that can be resolved to give a permission number. This can be:
|
* Data that can be resolved to give a permission number. This can be:
|
||||||
@@ -111,7 +112,6 @@ class Permissions extends BitField {
|
|||||||
* * A permission number
|
* * A permission number
|
||||||
* @typedef {string|number|Permissions|PermissionResolvable[]} PermissionResolvable
|
* @typedef {string|number|Permissions|PermissionResolvable[]} PermissionResolvable
|
||||||
*/
|
*/
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Numeric permission flags. All available properties:
|
* Numeric permission flags. All available properties:
|
||||||
|
|||||||
Reference in New Issue
Block a user