mirror of
https://github.com/danbulant/discord.js
synced 2026-06-08 09:13:22 +00:00
typings(Extendable): add missing channels (#3581)
This commit is contained in:
parent
5519d6fbaa
commit
7d74e7e419
1 changed files with 2 additions and 0 deletions
2
typings/index.d.ts
vendored
2
typings/index.d.ts
vendored
|
|
@ -2148,6 +2148,8 @@ declare module 'discord.js' {
|
||||||
TextChannel: typeof TextChannel;
|
TextChannel: typeof TextChannel;
|
||||||
VoiceChannel: typeof VoiceChannel;
|
VoiceChannel: typeof VoiceChannel;
|
||||||
CategoryChannel: typeof CategoryChannel;
|
CategoryChannel: typeof CategoryChannel;
|
||||||
|
NewsChannel: typeof NewsChannel;
|
||||||
|
StoreChannel: typeof StoreChannel;
|
||||||
GuildMember: typeof GuildMember;
|
GuildMember: typeof GuildMember;
|
||||||
Guild: typeof Guild;
|
Guild: typeof Guild;
|
||||||
Message: typeof Message;
|
Message: typeof Message;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue