typings(Extendable): add missing channels (#3581)

This commit is contained in:
SpaceEEC
2019-12-20 11:58:46 +01:00
committed by Crawl
parent 5519d6fbaa
commit 7d74e7e419

2
typings/index.d.ts vendored
View File

@@ -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;