typings: VoiceState is extendable

This commit is contained in:
SpaceEEC 2018-08-18 11:07:48 +02:00
parent 58ce08255f
commit e7ee8d21d7
No known key found for this signature in database
GPG key ID: 8C8A2E338661B871

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