Hugo4774
Hugo4774
DIAdiscord.js - Imagine an app
Created by Hugo4774 on 3/29/2025 in #djs-voice
ytdl audioplayererror
Mmmh so if i want to have a sound to display on a voice channel, i can't now ?
7 replies
DIAdiscord.js - Imagine an app
Created by Hugo4774 on 3/29/2025 in #djs-voice
ytdl audioplayererror
"discord.js": "^14.3.0",
7 replies
DIAdiscord.js - Imagine an app
Created by Hugo4774 on 3/29/2025 in #djs-voice
ytdl audioplayererror
node --version v20.19.0
7 replies
DIAdiscord.js - Imagine an app
Created by Hugo4774 on 3/29/2025 in #djs-voice
ytdl audioplayererror
my client : const client = new Client({ intents: [ GatewayIntentBits.GuildVoiceStates, ], });
7 replies
DIAdiscord.js - Imagine an app
Created by Hugo4774 on 3/12/2023 in #djs-questions
AudioPlayerError: aborted
$ node -v v16.17.0 $ npm list discord.js └── [email protected]
8 replies
DIAdiscord.js - Imagine an app
Created by Hugo4774 on 3/12/2023 in #djs-voice
Error [ERR_SOCKET_DGRAM_NOT_RUNNING]: Not running
└── [email protected]
$ node -v
v16.17.0
$ node -v
v16.17.0
3 replies
DIAdiscord.js - Imagine an app
Created by Hugo4774 on 1/29/2023 in #djs-voice
after some times, the bot retrieve an error
okay yes it won't work in my case
12 replies
DIAdiscord.js - Imagine an app
Created by Hugo4774 on 1/29/2023 in #djs-voice
after some times, the bot retrieve an error
and with radio, can i play a specific youtube url ?
12 replies
DIAdiscord.js - Imagine an app
Created by Hugo4774 on 1/29/2023 in #djs-voice
after some times, the bot retrieve an error
Interesting, however there is some songs only on youtube 😦
12 replies
DIAdiscord.js - Imagine an app
Created by Hugo4774 on 1/29/2023 in #djs-voice
after some times, the bot retrieve an error
what is the best library for a bot to transmit song ? i use ytdl, should i turn into youtube-dl ?
12 replies
DIAdiscord.js - Imagine an app
Created by Hugo4774 on 1/29/2023 in #djs-voice
after some times, the bot retrieve an error
14.3.0
12 replies
DIAdiscord.js - Imagine an app
Created by Hugo4774 on 1/27/2023 in #djs-questions
check if author of message has roleId
why ?
7 replies
DIAdiscord.js - Imagine an app
Created by Hugo4774 on 1/27/2023 in #djs-questions
check if author of message has roleId
14.3.0
7 replies
DIAdiscord.js - Imagine an app
Created by Hugo4774 on 1/27/2023 in #djs-questions
Await reactions stop at 4 reactions of 4 different user
yes, ty
8 replies
DIAdiscord.js - Imagine an app
Created by Hugo4774 on 1/27/2023 in #djs-questions
Await reactions stop at 4 reactions of 4 different user
my goal is to collect on reaction on each user
8 replies
DIAdiscord.js - Imagine an app
Created by Hugo4774 on 1/27/2023 in #djs-questions
Await reactions stop at 4 reactions of 4 different user
14.3.0
8 replies
DIAdiscord.js - Imagine an app
Created by Hugo4774 on 1/19/2023 in #djs-questions
awaitreactions on message 14.3.0
*tag
6 replies
DIAdiscord.js - Imagine an app
Created by Hugo4774 on 1/19/2023 in #djs-questions
awaitreactions on message 14.3.0
Which post then ?
6 replies
DIAdiscord.js - Imagine an app
Created by Hugo4774 on 1/19/2023 in #djs-questions
awaitreactions on message 14.3.0
const filter = (r) => {
return r => [emojiA, emojiB, emojiC, emojiD].includes(r._emoji.id);
};
const filter = (r) => {
return r => [emojiA, emojiB, emojiC, emojiD].includes(r._emoji.id);
};
6 replies
DIAdiscord.js - Imagine an app
Created by Hugo4774 on 1/19/2023 in #djs-questions
awaitreactions on message 14.3.0
14.3.0
6 replies