TATHAN
DIAdiscord.js - Imagine an app
•Created by TATHAN on 6/18/2024 in #djs-voice
Cannot find module @discordjs
Hey !
I want to play around with the voice library but I have this error
I download theses module : - @discordjs/voice - prism-media - @discordjs/opus - libsodium-wrappers
I download theses module : - @discordjs/voice - prism-media - @discordjs/opus - libsodium-wrappers
5 replies
DIAdiscord.js - Imagine an app
•Created by TATHAN on 6/16/2024 in #djs-questions
Collectors not working
Hey !
So I have a command (in a different file) that open a modal and when the modal is submitted (in the index.js) I add a button to the reply message and want to do something when the user click the button and reuse modal informations. So I tried collectors but when the user click the button, nothing happen. But when the time is out," End "appear in the console
Here is my code : https://code.litarvan.com/jopubaza.js
10 replies
DIAdiscord.js - Imagine an app
•Created by TATHAN on 6/15/2024 in #djs-questions
Send data with component
Hey !
I have a command and I reply to the interaction by sending a modal and after sending a message with a button. But I need to get the infos from the modal when responding of the button clicked !
If this is possible
4 replies