mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 03:53:29 +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;
|
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;
|
||||||
|
|||||||
Reference in New Issue
Block a user