fix(typings): remove duplicate VerificationLevels (#3862)

This commit is contained in:
Souji 2020-02-29 18:58:11 +01:00 committed by GitHub
parent a6d3501ff8
commit 09e4912a90
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

1
typings/index.d.ts vendored
View file

@ -553,7 +553,6 @@ declare module 'discord.js' {
DARK_BUT_NOT_BLACK: 0x2c2f33;
NOT_QUITE_BLACK: 0x23272a;
};
VerificationLevels: ['None', 'Low', 'Medium', '(╯°□°)╯︵ ┻━┻', '┻━┻ ミヽ(ಠ益ಠ)ノ彡┻━┻'];
Status: {
READY: 0;
CONNECTING: 1;