mirror of
https://github.com/danbulant/discord.js
synced 2026-06-07 16:52:16 +00:00
fix(typings): remove duplicate VerificationLevels (#3862)
This commit is contained in:
parent
a6d3501ff8
commit
09e4912a90
1 changed files with 0 additions and 1 deletions
1
typings/index.d.ts
vendored
1
typings/index.d.ts
vendored
|
|
@ -553,7 +553,6 @@ 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