Skip to content

Commit

Permalink
feat(BaseGuildTextChannel): export BaseGuildTextChannel (#6527)
Browse files Browse the repository at this point in the history
  • Loading branch information
casperiv0 committed Aug 25, 2021
1 parent 49e3a14 commit fc51f61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.js
Expand Up @@ -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'),
Expand Down

0 comments on commit fc51f61

Please sign in to comment.