From fc51f61f0cdc66087e918165646aee4be74e6e56 Mon Sep 17 00:00:00 2001 From: Casper <53900565+Dev-CasperTheGhost@users.noreply.github.com> Date: Thu, 26 Aug 2021 00:41:15 +0200 Subject: [PATCH] feat(BaseGuildTextChannel): export `BaseGuildTextChannel` (#6527) --- src/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.js b/src/index.js index 87fd7138a..09916d9f4 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'),