From e7ee8d21d7f45e29382515fab431a5515e718720 Mon Sep 17 00:00:00 2001 From: SpaceEEC Date: Sat, 18 Aug 2018 11:07:48 +0200 Subject: [PATCH] typings: VoiceState is extendable --- typings/index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/typings/index.d.ts b/typings/index.d.ts index 30c2a22ff..eb42e6333 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -1562,6 +1562,7 @@ declare module 'discord.js' { Message: typeof Message; MessageReaction: typeof MessageReaction; Presence: typeof Presence; + VoiceState: typeof VoiceState; Role: typeof Role; User: typeof User; };