From c14e594d8a905d5559aa1f6ce013d245552295fd Mon Sep 17 00:00:00 2001 From: Walker Gray <55608093+wakfi@users.noreply.github.com> Date: Mon, 23 Aug 2021 07:22:48 -0700 Subject: [PATCH] feat: export BaseCommandInteraction (#6478) --- src/index.js | 1 + 1 file changed, 1 insertion(+) 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'),