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;