Discord JS Modal / Interaction

Here is the part of the code that I think doesn't work properly. https://paste.pythondiscord.com/UCXA There is no error in the console but there is no response in discord, I think it might be a problem with the submitting of the modals or maybe the API, but if it was the API I would have known because I have already used it for a create_key command already but now I want to compact everything into a beautiful single menu!
6 Replies
d.js toolkit
d.js toolkit7d ago
- What's your exact discord.js npm list discord.js and node node -v version? - Not a discord.js issue? Check out #other-js-ts. - Consider reading #how-to-get-help to improve your question! - Explain what exactly your issue is. - Post the full error stack trace, not just the top part! - Show your code! - Issue solved? Press the button!
! kiwai.exe
! kiwai.exeOP7d ago
[email protected] and node v22.12.0 What appear in the console:
Commande: create_key.js chargée avec succès !
Commande: help.js chargée avec succès !
Commande: key_action.js chargée avec succès !
Commande: ping.js chargée avec succès !
Evènement: interactionCreate.js chargé avec succès !
Evènement: modalSubmit.js chargé avec succès !
Evènement: ready.js chargé avec succès !
BOT: Trigger Discipline#8947 est bien en ligne !
Interaction reçue: 2
Commande détectée: key-action
Interaction reçue: 3
Menu de sélection détecté: key_action_select
Action sélectionnée: create_key
Création du modal pour create_key
Interaction reçue: 5
Commande: create_key.js chargée avec succès !
Commande: help.js chargée avec succès !
Commande: key_action.js chargée avec succès !
Commande: ping.js chargée avec succès !
Evènement: interactionCreate.js chargé avec succès !
Evènement: modalSubmit.js chargé avec succès !
Evènement: ready.js chargé avec succès !
BOT: Trigger Discipline#8947 est bien en ligne !
Interaction reçue: 2
Commande détectée: key-action
Interaction reçue: 3
Menu de sélection détecté: key_action_select
Action sélectionnée: create_key
Création du modal pour create_key
Interaction reçue: 5
mixᴎ
mixᴎ7d ago
Can you state, What exactly does not working?
! kiwai.exe
! kiwai.exeOP7d ago
Nothings happen when i choose smth in the menu so its either the API or the code doesn't receive the text in the modal
mixᴎ
mixᴎ7d ago
So this line
console.log("Traitement du modal create_key");
console.log("Traitement du modal create_key");
does not log?
! kiwai.exe
! kiwai.exeOP7d ago
ig not bc there is nothing in the console

Did you find this page helpful?