Skip to content

Commit

Permalink
feat: export ContextMenuInteraction (#6434)
Browse files Browse the repository at this point in the history
  • Loading branch information
Koyamie committed Aug 15, 2021
1 parent ecb6e50 commit 170c0c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.js
Expand Up @@ -84,6 +84,7 @@ module.exports = {
Collector: require('./structures/interfaces/Collector'),
CommandInteraction: require('./structures/CommandInteraction'),
CommandInteractionOptionResolver: require('./structures/CommandInteractionOptionResolver'),
ContextMenuInteraction: require('./structures/ContextMenuInteraction'),
DMChannel: require('./structures/DMChannel'),
Emoji: require('./structures/Emoji'),
Guild: require('./structures/Guild'),
Expand Down

0 comments on commit 170c0c4

Please sign in to comment.