From 5b56bcdb084d32bbced13e5fa9eb8b69bfa5ac95 Mon Sep 17 00:00:00 2001 From: ChrisChrome Date: Thu, 13 Nov 2025 08:58:57 -0700 Subject: [PATCH] Another Fix --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index 9cbfd22..f749b64 100644 --- a/index.js +++ b/index.js @@ -139,6 +139,7 @@ client.on('interactionCreate', async interaction => { } break; case Discord.InteractionType.ModalSubmit: + console.log(JSON.stringify(interaction, null, 2)); const modal = require(`./interactionHandlers/modals/${interaction.customId}`); if (!modal) return;