mirror of
https://github.com/danbulant/discord.js
synced 2026-06-10 02:02:40 +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;
|
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;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue