alesi
DIAdiscord.js - Imagine an app
•Created by alesi on 3/27/2024 in #djs-questions
Problem with embed interactions
Hey everyone
9 replies
DIAdiscord.js - Imagine an app
•Created by alesi on 3/11/2024 in #djs-questions
deferUpdate() problem
[email protected]
node v20.11.1
Hi guys, im having a problem using iteractions, im trying to make one collector inside another one, but im confused. I have a selector menu and a message waiter, it works fine, but if I cast the command again, it gives me two identical responses instead only one.
5 replies
DIAdiscord.js - Imagine an app
•Created by alesi on 4/29/2023 in #djs-questions
How to avoid interaction listener mixing commands
Im coding a command which update a user from a database, it returns an embed message with user's information and it have a row with buttons to select properties to change. The problem is that when i make another instance of the command every embed used previously also change with the new responses.
14 replies
DIAdiscord.js - Imagine an app
•Created by alesi on 3/1/2023 in #djs-questions
Error making embed pagination
Does anyone know hot could i fix this error?
Im using djs14 with mongoose and I think its around this function but I dont know what.
Its a shop command with a pagination embed, im trying to figure out how can i add the items to the embed but im getting that error
8 replies
DIAdiscord.js - Imagine an app
•Created by alesi on 2/28/2023 in #djs-questions
How to create an embed with pagination?
I didnt found any tutorial for v14, if someone wants to share one it would be amazing!
25 replies
DIAdiscord.js - Imagine an app
•Created by alesi on 2/23/2023 in #djs-questions
How to edit a embed field directly?
I have a embed message with some fields and I want to update only one like i were using .setTitle('title') but on fields
Im trying to use .fields[0] = {.....}
but its returning TypeError: Cannot read properties of undefined (reading '0')
3 replies
DIAdiscord.js - Imagine an app
•Created by alesi on 2/16/2023 in #djs-questions
How to edit a embed message using buttons?
Hey, im trying to code a embed message with some fields that i would like to update using buttons, but i dont know how could i make it. Any help?
4 replies