haiz
haiz
Explore posts from servers
DIAdiscord.js - Imagine an app
Created by haiz on 10/16/2023 in #djs-questions
Is there an api to access connections?
So, how do I call this api route in existing discord bot project? What's the most efficient way to do this? - extend discord.js? - use fetch to call the api?
8 replies
DIAdiscord.js - Imagine an app
Created by haiz on 10/16/2023 in #djs-questions
Is there an api to access connections?
8 replies
DIAdiscord.js - Imagine an app
Created by haiz on 10/16/2023 in #djs-questions
Is there an api to access connections?
There's an api in discord's documentation. Just wanted to see if it's possible with d.js
8 replies
DIAdiscord.js - Imagine an app
Created by haiz on 9/16/2023 in #djs-voice
Script plays local files well but can't play url streams, why?
*not file
9 replies
DIAdiscord.js - Imagine an app
Created by haiz on 9/16/2023 in #djs-voice
Script plays local files well but can't play url streams, why?
Nig file
9 replies
DIAdiscord.js - Imagine an app
Created by haiz on 9/16/2023 in #djs-voice
Script plays local files well but can't play url streams, why?
It's an audio stream url
9 replies
DIAdiscord.js - Imagine an app
Created by haiz on 9/16/2023 in #djs-voice
Script plays local files well but can't play url streams, why?
radio@ /home/admin/radio
├── @discordjs/[email protected] -> ./node_modules/.pnpm/@[email protected]/node_modules/@discordjs/opus
├── @discordjs/[email protected] -> ./node_modules/.pnpm/@[email protected]_@[email protected][email protected]/node_modules/@discordjs/voice
├── [email protected] -> ./node_modules/.pnpm/[email protected]/node_modules/discord.js
├── [email protected] extraneous -> ./node_modules/.pnpm/[email protected]/node_modules/ffmpeg-static
├── [email protected] extraneous -> ./node_modules/.pnpm/[email protected]/node_modules/ffmpeg
└── [email protected] -> ./node_modules/.pnpm/[email protected]/node_modules/libsodium-wrappers
radio@ /home/admin/radio
├── @discordjs/[email protected] -> ./node_modules/.pnpm/@[email protected]/node_modules/@discordjs/opus
├── @discordjs/[email protected] -> ./node_modules/.pnpm/@[email protected]_@[email protected][email protected]/node_modules/@discordjs/voice
├── [email protected] -> ./node_modules/.pnpm/[email protected]/node_modules/discord.js
├── [email protected] extraneous -> ./node_modules/.pnpm/[email protected]/node_modules/ffmpeg-static
├── [email protected] extraneous -> ./node_modules/.pnpm/[email protected]/node_modules/ffmpeg
└── [email protected] -> ./node_modules/.pnpm/[email protected]/node_modules/libsodium-wrappers
node -v v18.13.0
9 replies