Retro
DIAdiscord.js - Imagine an app
•Created by WhiteGarfield on 1/11/2025 in #djs-voice
No audio on Ubuntu 24.04
Yeah ffmpeg installed from npm for Linux distros are corrupted. Shame I found your thread way later because I've known this for a while now
31 replies
DIAdiscord.js - Imagine an app
•Created by shadowolf on 1/12/2025 in #djs-questions
Bots sharing screens
just make activities. theyre as close as you can get anyways
8 replies
DIAdiscord.js - Imagine an app
•Created by kwiee on 1/3/2025 in #djs-questions
slash commands not showing up
jesus how did we miss that
23 replies
DIAdiscord.js - Imagine an app
•Created by kwiee on 1/3/2025 in #djs-questions
slash commands not showing up
23 replies
DIAdiscord.js - Imagine an app
•Created by wumpus on 1/3/2025 in #djs-questions
how do i actually donwload discord.js
look at the
Learning JavaScript and node.js:
and JavaScript resources:
sections5 replies
DIAdiscord.js - Imagine an app
•Created by wumpus on 1/3/2025 in #djs-questions
how do i actually donwload discord.js
you need to fresh up on basics #resources
5 replies
DIAdiscord.js - Imagine an app
•Created by gummi on 1/2/2025 in #djs-questions
how do i fix this error which i have no idea of the why its here?
No. If you want that, refer to what mark said
25 replies
DIAdiscord.js - Imagine an app
•Created by gummi on 1/2/2025 in #djs-questions
how do i fix this error which i have no idea of the why its here?
Elaborate, send your code
25 replies
DIAdiscord.js - Imagine an app
•Created by gummi on 1/2/2025 in #djs-questions
how do i fix this error which i have no idea of the why its here?
i think youre looking for setTimeout which means wait x ms
25 replies
DIAdiscord.js - Imagine an app
•Created by gummi on 1/2/2025 in #djs-questions
how do i fix this error which i have no idea of the why its here?
setInternval means execute on interval (loop)
25 replies
DIAdiscord.js - Imagine an app
•Created by ehz on 1/2/2025 in #djs-questions
image in embed
you still need to send the file regardless of if you want to display it inside attachment or not. the
attachment://
protocol will make it inside the embed14 replies
DIAdiscord.js - Imagine an app
•Created by ehz on 1/2/2025 in #djs-questions
image in embed
becuase thats the piece of code that actually uploads the file to discord
14 replies
DIAdiscord.js - Imagine an app
•Created by ehz on 1/2/2025 in #djs-questions
image in embed
// files: [image]
14 replies
DIAdiscord.js - Imagine an app
•Created by ehz on 1/2/2025 in #djs-questions
image in embed
be sure to include your last comment too
14 replies
DIAdiscord.js - Imagine an app
•Created by ehz on 1/2/2025 in #djs-questions
image in embed
the
attchment://
protocol takes a file name, not a url14 replies
DIAdiscord.js - Imagine an app
•Created by ehz on 1/2/2025 in #djs-questions
image in embed
because for a url to exists, it must be sent first
14 replies
DIAdiscord.js - Imagine an app
•Created by ehz on 1/2/2025 in #djs-questions
image in embed
if
image
is an instance of attachment builder, url doesnt exists14 replies
DIAdiscord.js - Imagine an app
•Created by ehz on 1/2/2025 in #djs-questions
image in embed
could you log
image.url
?14 replies
DIAdiscord.js - Imagine an app
•Created by wowie on 12/27/2024 in #djs-questions
User Install?
set your integration types and context accordingly
10 replies