From 2e91aec4393c08a8efb413a67135892596815d5e Mon Sep 17 00:00:00 2001 From: Dev-CasperTheGhost <53900565+Dev-CasperTheGhost@users.noreply.github.com> Date: Wed, 25 Aug 2021 19:19:15 +0200 Subject: [PATCH] fix(BaseGuildTextChannel): export `BaseGuildTextChannel` --- src/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.js b/src/index.js index 87fd7138a1ae..09916d9f4f87 100644 --- a/src/index.js +++ b/src/index.js @@ -74,6 +74,7 @@ module.exports = { BaseCommandInteraction: require('./structures/BaseCommandInteraction'), BaseGuild: require('./structures/BaseGuild'), BaseGuildEmoji: require('./structures/BaseGuildEmoji'), + BaseGuildTextChannel: require('./structures/BaseGuildTextChannel'), BaseGuildVoiceChannel: require('./structures/BaseGuildVoiceChannel'), BaseMessageComponent: require('./structures/BaseMessageComponent'), ButtonInteraction: require('./structures/ButtonInteraction'),