mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-18 20:43:30 +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;
|
Message: typeof Message;
|
||||||
MessageReaction: typeof MessageReaction;
|
MessageReaction: typeof MessageReaction;
|
||||||
Presence: typeof Presence;
|
Presence: typeof Presence;
|
||||||
|
VoiceState: typeof VoiceState;
|
||||||
Role: typeof Role;
|
Role: typeof Role;
|
||||||
User: typeof User;
|
User: typeof User;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user