Another Fix

This commit is contained in:
Christopher Cookman 2025-11-13 08:58:57 -07:00
parent a36742d485
commit 5b56bcdb08

View file

@ -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;