diff --git a/src/index.js b/src/index.js index 34cc9f298c68..e2571642e403 100644 --- a/src/index.js +++ b/src/index.js @@ -71,6 +71,7 @@ module.exports = { ClientUser: require('./structures/ClientUser'), Collector: require('./structures/interfaces/Collector'), CommandInteraction: require('./structures/CommandInteraction'), + CommandInteractionOptionResolver: require('./structures/CommandInteractionOptionResolver.js'), DMChannel: require('./structures/DMChannel'), Emoji: require('./structures/Emoji'), Guild: require('./structures/Guild'),