typings: VoiceState is extendable

This commit is contained in:
SpaceEEC
2018-08-18 11:07:48 +02:00
parent 58ce08255f
commit e7ee8d21d7

1
typings/index.d.ts vendored
View File

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