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'),