hello i have problem. when two people fill out the modal at the same time, it bugs out and throws an error in the console. ```async execute(interaction) { if(interaction.customId === 'aplikujmod'){ const modal = new ModalBuilder() .setCustomId('rekrumod'+interaction.user.id) .setTitle('Formularz na Moderatora'); const imie = new TextInputBuilder() .setCustomId('imie-'+interaction.user.id+'') .setPlaceholder('Imię i nazwisko') .setLabel("Imię i nazwisko") .setRequired(true) .setStyle(TextInputStyle.Short); const doswiadczenie = new TextInputBuilder() .setCustomId('doswiadczenie-'+interaction.user.id) .setPlaceholder('Tak/Nie, jak tak to jakie?') .setLabel("Czy masz doświadczenie w moderowaniu?") .setRequired(true) .setStyle(TextInputStyle.Short);
const embed = new EmbedBuilder() .setTitle("Rekrutacja na Moderatora") .setDescription('Aplikacja użytkownika: <@' + interaction.user.id + '>') .addFields(fields but i delete it because too many characters ) .setThumbnail("https://imgur.com/FCbVUO5.png") .setFooter({ text: "E-Sport Szczytno", iconURL: "https://imgur.com/
Similar Threads
Recent Announcements
Continue the conversation
Join the Discord to ask follow-up questions and connect with the community
d-Iaa
discord.js - Imagine an app
Support server for discord.js, a Node.js module to interact with Discord's apps API.