Retro
Retro
DIAdiscord.js - Imagine an app
Created by Ifanoxy on 7/15/2024 in #djs-voice
Bot didn't speak in voice on an host
gyan.dev provide builds for windows. was this on windows?
10 replies
DIAdiscord.js - Imagine an app
Created by Ifanoxy on 7/15/2024 in #djs-voice
Bot didn't speak in voice on an host
cc @M7MD
10 replies
DIAdiscord.js - Imagine an app
Created by Ifanoxy on 7/15/2024 in #djs-voice
Bot didn't speak in voice on an host
try to install ffmpeg on the host itself if you can
10 replies
DIAdiscord.js - Imagine an app
Created by Ifanoxy on 7/15/2024 in #djs-voice
Bot didn't speak in voice on an host
ffmpeg static is known to sometimes bug out on some linux distros
10 replies
DIAdiscord.js - Imagine an app
Created by ChopChop on 8/30/2024 in #djs-voice
Getting this error when booting up the bot.
Try npm rebuild
26 replies
DIAdiscord.js - Imagine an app
Created by ! NebulaNomad ! on 9/1/2024 in #djs-questions
my bot not responding
js is basic requirements lol
68 replies
DIAdiscord.js - Imagine an app
Created by ! NebulaNomad ! on 9/1/2024 in #djs-questions
my bot not responding
they are not
68 replies
DIAdiscord.js - Imagine an app
Created by Key on 8/28/2024 in #djs-questions
voice channel topic support
if you want it right now, you can manually send a put request to /api/v10/channels/{channelid}/voice-status with the body { status: "voice status" } and the headers { Authorization: "Bot TOKEN" }
12 replies
DIAdiscord.js - Imagine an app
Created by Raay on 8/21/2024 in #djs-questions
User install Commands
yeah i mean less characters written. it is slower but he seem to only be registering on startup so ig it kinda doesnt matter
36 replies
DIAdiscord.js - Imagine an app
Created by Raay on 8/21/2024 in #djs-questions
User install Commands
unrelated but you can also do it a bit more efficiently using the spread syntax
{
...(command.data.toJSON()),
context: ...
}
{
...(command.data.toJSON()),
context: ...
}
36 replies
DIAdiscord.js - Imagine an app
Created by dainis on 8/22/2024 in #djs-questions
Can't run the guide lightly modified bot
Single file multi file, it doesn't really matter
64 replies
DIAdiscord.js - Imagine an app
Created by dainis on 8/22/2024 in #djs-questions
Can't run the guide lightly modified bot
You can code however you want if you know javascript well
64 replies
DIAdiscord.js - Imagine an app
Created by dainis on 8/22/2024 in #djs-questions
Can't run the guide lightly modified bot
It is
64 replies
DIAdiscord.js - Imagine an app
Created by dainis on 8/22/2024 in #djs-questions
Can't run the guide lightly modified bot
You need to export both execute and data. Execute should be a function
64 replies
DIAdiscord.js - Imagine an app
Created by dainis on 8/22/2024 in #djs-questions
Can't run the guide lightly modified bot
i got used to esm that i find this a bit uneasy for me 😭
64 replies
DIAdiscord.js - Imagine an app
Created by dainis on 8/22/2024 in #djs-questions
Can't run the guide lightly modified bot
and read and understand the guide fully tbh
64 replies
DIAdiscord.js - Imagine an app
Created by dainis on 8/22/2024 in #djs-questions
Can't run the guide lightly modified bot
yeah then learn a bit more
64 replies
DIAdiscord.js - Imagine an app
Created by dainis on 8/22/2024 in #djs-questions
Can't run the guide lightly modified bot
i think you should learn a bit more about discord.js and nodejs itself ...
64 replies
DIAdiscord.js - Imagine an app
Created by dainis on 8/22/2024 in #djs-questions
Can't run the guide lightly modified bot
¯\_(ツ)_/¯
64 replies
DIAdiscord.js - Imagine an app
Created by dainis on 8/22/2024 in #djs-questions
Can't run the guide lightly modified bot
if you are not exporting it from your command file, itll return undefined
64 replies