(DMG) Cantcrit
DIAdiscord.js - Imagine an app
•Created by (DMG) Cantcrit on 3/26/2023 in #djs-voice
Core Dependency showing different than a version number
Got it working, the issue was
ffmpeg-static
package, removing ffmpeg-static
from package.json
and deleting node_modules
and running apt install ffmpeg
and then doing a fresh pnpm install
instead works fine now.3 replies
DIAdiscord.js - Imagine an app
•Created by (DMG) Cantcrit on 3/26/2023 in #djs-questions
Members not a valid property on channels.fetch?
6 replies
DIAdiscord.js - Imagine an app
•Created by (DMG) Cantcrit on 3/26/2023 in #djs-questions
Members not a valid property on channels.fetch?
I can see the object fine in the console when I log it, but when I try to access channel.members it says it's null
6 replies
DIAdiscord.js - Imagine an app
•Created by (DMG) Cantcrit on 3/26/2023 in #djs-questions
Members not a valid property on channels.fetch?
6 replies
DIAdiscord.js - Imagine an app
•Created by (DMG) Cantcrit on 3/24/2023 in #djs-questions
How can I get a voice connection object from an interaction object?
Thanks I’m dumb and didn’t realize I could change the docs at the top to voice, I was searching all through the default discordjs docs
5 replies