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; };