summary refs log tree commit diff
path: root/dist/util/Permissions.d.ts
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-02-13 14:15:59 +0100
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-02-13 14:15:59 +0100
commita44da1024dc39e2d2fef296fc1d4e5894090fce0 (patch)
tree0e9338baa9e64e8a8841913d18eddc5a2bb1a333 /dist/util/Permissions.d.ts
parent:sparkles: mongoose Schemas (diff)
downloadserver-a44da1024dc39e2d2fef296fc1d4e5894090fce0.tar.xz
:zap: Config and database update
Diffstat (limited to 'dist/util/Permissions.d.ts')
-rw-r--r--dist/util/Permissions.d.ts3
1 files changed, 0 insertions, 3 deletions
diff --git a/dist/util/Permissions.d.ts b/dist/util/Permissions.d.ts

index 8373f7c8..a022038a 100644 --- a/dist/util/Permissions.d.ts +++ b/dist/util/Permissions.d.ts
@@ -37,9 +37,6 @@ export declare class Permissions extends BitField { any(permission: PermissionResolvable, checkAdmin?: boolean): boolean; /** * Checks whether the bitfield has a permission, or multiple permissions. - * @param {PermissionResolvable} permission Permission(s) to check for - * @param {boolean} [checkAdmin=true] Whether to allow the administrator permission to override - * @returns {boolean} */ has(permission: PermissionResolvable, checkAdmin?: boolean): boolean; }