diff --git a/src/index.js b/src/index.js index 5a3578fe9..87fd7138a 100644 --- a/src/index.js +++ b/src/index.js @@ -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'),