Nick
Nick
DIAdiscord.js - Imagine an app
Created by Maitre Kobayashi on 3/24/2025 in #djs-questions
Discord.js Error with my dropdown menu and button
Would he use flags instead then?
23 replies
DIAdiscord.js - Imagine an app
Created by Maitre Kobayashi on 3/24/2025 in #djs-questions
Discord.js Error with my dropdown menu and button
Thank you
23 replies
DIAdiscord.js - Imagine an app
Created by Maitre Kobayashi on 3/24/2025 in #djs-questions
Discord.js Error with my dropdown menu and button
Ah
23 replies
DIAdiscord.js - Imagine an app
Created by Maitre Kobayashi on 3/24/2025 in #djs-questions
Discord.js Error with my dropdown menu and button
Oh I see the issue, you're calling
i.followUp()
i.followUp()
on a component interaction without deferring first. If I recall correctly inside the uh "collector.on('collect')" defer the interaction with
await i.deferReply({ ephemeral: true });
await i.deferReply({ ephemeral: true });
23 replies
DIAdiscord.js - Imagine an app
Created by Maitre Kobayashi on 3/24/2025 in #djs-questions
Discord.js Error with my dropdown menu and button
Sorry to peep in but I think your actual interaction for the wait module is being faked as well? "await niveauxModule.execute(client, i);"
23 replies