JuanS
DIAdiscord.js - Imagine an app
•Created by JuanS on 6/25/2024 in #djs-questions
interaction failed
Hi I made this system that when I ban the user the bot sends in dm to the user the button, however if it is clicked it says : "interaction failed"
slash command
https://sourceb.in/bsww8aB268
interactioncreate
https://sourceb.in/lILkz85x1V
4 replies
DIAdiscord.js - Imagine an app
•Created by JuanS on 6/22/2024 in #djs-questions
Cannot read properties of undefined (reading 'getUser')
Hi I need to take the OWNER string of this code and put it on the interactioncreate event, however it gives me error "Cannot read properties of undefined (reading 'getUser')"
here is the
slash command code: https://sourceb.in/SnKerj08zH
interactioncreate
https://sourceb.in/EGRvCVqj0j
10 replies
DIAdiscord.js - Imagine an app
•Created by JuanS on 6/22/2024 in #djs-questions
The reply to this interaction has already been sent or deferred.
Hi I have a problem. When I run the command "/partnership" "owner..." it gives me the error "Unhandled promise rejection: Error [INTERACTION_ALREADY_REPLIED]: The reply to this interaction has already been sent or deferred." on the string: await interaction.showModal(modal);
here is the complete code
https://sourceb.in/4sNvPn1yWI
36 replies