mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 00:53:31 +01:00
typings: VoiceState is extendable
This commit is contained in:
1
typings/index.d.ts
vendored
1
typings/index.d.ts
vendored
@@ -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