mirror of
https://github.com/danbulant/discord.js
synced 2026-05-30 04:41:11 +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;
|
||||
VoiceChannel: typeof VoiceChannel;
|
||||
CategoryChannel: typeof CategoryChannel;
|
||||
NewsChannel: typeof NewsChannel;
|
||||
StoreChannel: typeof StoreChannel;
|
||||
GuildMember: typeof GuildMember;
|
||||
Guild: typeof Guild;
|
||||
Message: typeof Message;
|
||||
|
|
|
|||
Loading…
Reference in a new issue