mirror of
https://github.com/danbulant/discord.js
synced 2026-07-10 05:31:13 +00:00
typings(Constants): add VerificationLevels (#3811)
This commit is contained in:
parent
f85230812f
commit
f6075a6e3a
1 changed files with 7 additions and 0 deletions
7
typings/index.d.ts
vendored
7
typings/index.d.ts
vendored
|
|
@ -509,6 +509,13 @@ declare module 'discord.js' {
|
||||||
DARK_BUT_NOT_BLACK: 0x2C2F33;
|
DARK_BUT_NOT_BLACK: 0x2C2F33;
|
||||||
NOT_QUITE_BLACK: 0x23272A;
|
NOT_QUITE_BLACK: 0x23272A;
|
||||||
};
|
};
|
||||||
|
VerificationLevels: [
|
||||||
|
'None',
|
||||||
|
'Low',
|
||||||
|
'Medium',
|
||||||
|
'(╯°□°)╯︵ ┻━┻',
|
||||||
|
'┻━┻ ミヽ(ಠ益ಠ)ノ彡┻━┻',
|
||||||
|
];
|
||||||
Status: {
|
Status: {
|
||||||
READY: 0;
|
READY: 0;
|
||||||
CONNECTING: 1;
|
CONNECTING: 1;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue