diff --git a/typings/index.d.ts b/typings/index.d.ts index 4372b4ecf..dcde300ee 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -509,6 +509,13 @@ declare module 'discord.js' { DARK_BUT_NOT_BLACK: 0x2C2F33; NOT_QUITE_BLACK: 0x23272A; }; + VerificationLevels: [ + 'None', + 'Low', + 'Medium', + '(╯°□°)╯︵ ┻━┻', + '┻━┻ ミヽ(ಠ益ಠ)ノ彡┻━┻', + ]; Status: { READY: 0; CONNECTING: 1;