Skip to content

Commit

Permalink
feat: export BaseCommandInteraction (#6478)
Browse files Browse the repository at this point in the history
  • Loading branch information
wakfi committed Aug 23, 2021
1 parent 21983de commit c14e594
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.js
Expand Up @@ -71,6 +71,7 @@ module.exports = {
Application: require('./structures/interfaces/Application'),
ApplicationCommand: require('./structures/ApplicationCommand'),
Base: require('./structures/Base'),
BaseCommandInteraction: require('./structures/BaseCommandInteraction'),
BaseGuild: require('./structures/BaseGuild'),
BaseGuildEmoji: require('./structures/BaseGuildEmoji'),
BaseGuildVoiceChannel: require('./structures/BaseGuildVoiceChannel'),
Expand Down

0 comments on commit c14e594

Please sign in to comment.