From 170c0c4985595f77555c07747e72ae381d98a4d4 Mon Sep 17 00:00:00 2001 From: Koyamie Date: Sun, 15 Aug 2021 13:09:21 +0200 Subject: [PATCH] feat: export ContextMenuInteraction (#6434) --- src/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.js b/src/index.js index 29e2b76df752..5a3578fe9c20 100644 --- a/src/index.js +++ b/src/index.js @@ -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'),