Feature: Password Reset Functionality #4

Merged
ChrisChrome merged 35 commits from dev into main 2025-11-21 22:33:23 -07:00
Showing only changes of commit 5b56bcdb08 - Show all commits

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;