Skip to content

Commit

Permalink
fix(CommandInteractionOptionResolver): Export CommandInteractionOptio… (
Browse files Browse the repository at this point in the history
#6146)

**Please describe the changes this PR makes and why it should be merged:**
CommandInteractionOptionResolver is exported in the typings, but not in the index.js file

**Status and versioning classification:**
 - Code changes have been tested against the Discord API, or there are no code changes
 - I know how to update typings and have done so, or typings don't need updating
  • Loading branch information
Floffah committed Jul 19, 2021
1 parent 54d6a3a commit 8ccfd6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.js
Expand Up @@ -72,6 +72,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'),
Expand Down

0 comments on commit 8ccfd6e

Please sign in to comment.