From 7d74e7e4196b42e45b57c6c20461664468bd8e43 Mon Sep 17 00:00:00 2001 From: SpaceEEC Date: Fri, 20 Dec 2019 11:58:46 +0100 Subject: [PATCH] typings(Extendable): add missing channels (#3581) --- typings/index.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/typings/index.d.ts b/typings/index.d.ts index 27898c189..c8400d184 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -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;