From 09e4912a9085a6b565ab8c4db9e99ec79090a0be Mon Sep 17 00:00:00 2001 From: Souji Date: Sat, 29 Feb 2020 18:58:11 +0100 Subject: [PATCH] fix(typings): remove duplicate VerificationLevels (#3862) --- typings/index.d.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/typings/index.d.ts b/typings/index.d.ts index 522b7bf7e..128bade8e 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -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;