feat(BaseGuildTextChannel): export BaseGuildTextChannel (#6527)

This commit is contained in:
Casper
2021-08-26 00:41:15 +02:00
committed by GitHub
parent 49e3a14d30
commit fc51f61f0c

View File

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