mirror of
https://github.com/discordjs/discord.js.git
synced 2026-06-15 10:58:18 +00:00
typings: VoiceState is extendable
This commit is contained in:
Vendored
+1
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user