mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-19 13:03:31 +01:00
fix(CommandInteractionOptionResolver): Export CommandInteractionOptio… (#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
This commit is contained in:
@@ -72,6 +72,7 @@ module.exports = {
|
|||||||
ClientUser: require('./structures/ClientUser'),
|
ClientUser: require('./structures/ClientUser'),
|
||||||
Collector: require('./structures/interfaces/Collector'),
|
Collector: require('./structures/interfaces/Collector'),
|
||||||
CommandInteraction: require('./structures/CommandInteraction'),
|
CommandInteraction: require('./structures/CommandInteraction'),
|
||||||
|
CommandInteractionOptionResolver: require('./structures/CommandInteractionOptionResolver.js'),
|
||||||
DMChannel: require('./structures/DMChannel'),
|
DMChannel: require('./structures/DMChannel'),
|
||||||
Emoji: require('./structures/Emoji'),
|
Emoji: require('./structures/Emoji'),
|
||||||
Guild: require('./structures/Guild'),
|
Guild: require('./structures/Guild'),
|
||||||
|
|||||||
Reference in New Issue
Block a user