Retro
Retro
DIAdiscord.js - Imagine an app
Created by paves on 3/30/2025 in #djs-questions
Unable to send an embed
in your main file
23 replies
DIAdiscord.js - Imagine an app
Created by paves on 3/30/2025 in #djs-questions
Unable to send an embed
in your case, i dont think you pass the client
23 replies
DIAdiscord.js - Imagine an app
Created by paves on 3/30/2025 in #djs-questions
Unable to send an embed
you should freshen up
23 replies
DIAdiscord.js - Imagine an app
Created by paves on 3/30/2025 in #djs-questions
Unable to send an embed
again this is quite basic javascript
23 replies
DIAdiscord.js - Imagine an app
Created by paves on 3/30/2025 in #djs-questions
Unable to send an embed
i recommend you freshen up on your js basics #resources but tldr
command.execute(interaction, client)

// command file
execute(interaction, client) {
// your code in here
}
command.execute(interaction, client)

// command file
execute(interaction, client) {
// your code in here
}
23 replies
DIAdiscord.js - Imagine an app
Created by paves on 3/30/2025 in #djs-questions
Unable to send an embed
pass client in there too
23 replies
DIAdiscord.js - Imagine an app
Created by paves on 3/30/2025 in #djs-questions
Unable to send an embed
now you only have interaction
23 replies
DIAdiscord.js - Imagine an app
Created by paves on 3/30/2025 in #djs-questions
Unable to send an embed
pass the client to the function
23 replies
DIAdiscord.js - Imagine an app
Created by paves on 3/30/2025 in #djs-questions
Unable to send an embed
the code should be in your execute file
23 replies
DIAdiscord.js - Imagine an app
Created by paves on 3/30/2025 in #djs-questions
Unable to send an embed
you dont code the command in index.js
23 replies
DIAdiscord.js - Imagine an app
Created by paves on 3/30/2025 in #djs-questions
Unable to send an embed
read the guide again. the execute function is there to use when the command runs. also module.exports cannot be used outside of global scope
23 replies
DIAdiscord.js - Imagine an app
Created by Sam on 2/24/2025 in #djs-voice
Discord voice doesn't play remote audio on linux
try install ffmpeg from something like apt instead of a static build. ffmpeg-static is known to have issues on linux
11 replies
DIAdiscord.js - Imagine an app
Created by Sheraz on 2/19/2025 in #djs-questions
How to connect Discord Gateway API on the NodeJS backend
you should be able to run it unless your backend is serverless or something. other than that, listening for events is quite basic javascript
10 replies
DIAdiscord.js - Imagine an app
Created by #100 dapro on 1/26/2025 in #djs-questions
i need help
Yes
47 replies
DIAdiscord.js - Imagine an app
Created by #100 dapro on 1/26/2025 in #djs-questions
i need help
Go read the discord tos
47 replies
DIAdiscord.js - Imagine an app
Created by #100 dapro on 1/26/2025 in #djs-questions
i need help
Kindly leave then. We don't support that here.
47 replies
DIAdiscord.js - Imagine an app
Created by #100 dapro on 1/26/2025 in #djs-questions
i need help
If you're a beginner, I recommend reading the guide and https://discordjs.guide
47 replies
DIAdiscord.js - Imagine an app
Created by #100 dapro on 1/26/2025 in #djs-questions
i need help
No you will need to implement that yourself but this is how to react to a message
47 replies
DIAdiscord.js - Imagine an app
Created by #100 dapro on 1/26/2025 in #djs-questions
i need help
No worries but this will involve some database and stuff so you do need a good foundation in javascriptb
47 replies