mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
typings(Extendable): add missing channels (#3581)
This commit is contained in:
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;
|
||||
|
||||
Reference in New Issue
Block a user