mirror of
https://github.com/danbulant/discord.js
synced 2026-05-27 14:02:02 +00:00
typings: VoiceState is extendable
This commit is contained in:
parent
58ce08255f
commit
e7ee8d21d7
1 changed files with 1 additions and 0 deletions
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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue