t3mq
t3mq
DIAdiscord.js - Imagine an app
Created by t3mq on 9/2/2023 in #djs-voice
how to repeat music once it's finished
But I understand what I'm doing, except that I don't understand the wording of what you're telling me. I'm talking to a translator, so it's even more complicated to understand.
18 replies
DIAdiscord.js - Imagine an app
Created by t3mq on 9/2/2023 in #djs-voice
how to repeat music once it's finished
I understand that, but I don't know how to go about it.
18 replies
DIAdiscord.js - Imagine an app
Created by t3mq on 9/2/2023 in #djs-voice
how to repeat music once it's finished
except that I've already created a resource
18 replies
DIAdiscord.js - Imagine an app
Created by t3mq on 9/2/2023 in #djs-voice
how to repeat music once it's finished
with createAudioResource
18 replies
DIAdiscord.js - Imagine an app
Created by t3mq on 9/2/2023 in #djs-voice
how to repeat music once it's finished
I understand that you have to use AudioRessource again.
18 replies
DIAdiscord.js - Imagine an app
Created by t3mq on 9/2/2023 in #djs-voice
how to repeat music once it's finished
Except that I'm finding it hard to understand - I've tried to understand - except that I really can't see how I'm supposed to do my play afterwards.
18 replies
DIAdiscord.js - Imagine an app
Created by t3mq on 9/2/2023 in #djs-voice
how to repeat music once it's finished
But could you tell me a little more about the method you're using?
18 replies
DIAdiscord.js - Imagine an app
Created by t3mq on 9/2/2023 in #djs-voice
how to repeat music once it's finished
I'd like to try, but I can't really see how to use your method.
18 replies
DIAdiscord.js - Imagine an app
Created by t3mq on 9/2/2023 in #djs-voice
how to repeat music once it's finished
Oe it won't happen again
18 replies
DIAdiscord.js - Imagine an app
Created by t3mq on 9/2/2023 in #djs-voice
how to repeat music once it's finished
since I replaced Idle with this, I no longer get errors
18 replies
DIAdiscord.js - Imagine an app
Created by t3mq on 9/2/2023 in #djs-voice
how to repeat music once it's finished
But what I don't understand is why it works.
18 replies
DIAdiscord.js - Imagine an app
Created by t3mq on 9/2/2023 in #djs-voice
how to repeat music once it's finished
isn't this method more efficient?
audioPlayer.on(AudioPlayerStatus.Finish, () => {
audioPlayer.play(resource);
});
audioPlayer.on(AudioPlayerStatus.Finish, () => {
audioPlayer.play(resource);
});
18 replies
DIAdiscord.js - Imagine an app
Created by t3mq on 9/2/2023 in #djs-voice
how to repeat music once it's finished
But there's no way to get her to do it again? ?
18 replies
DIAdiscord.js - Imagine an app
Created by t3mq on 9/2/2023 in #djs-voice
how to repeat music once it's finished
I had previously
audioPlayer.on(AudioPlayerStatus.Idle, () => {
audioPlayer.play(resource);
});
audioPlayer.on(AudioPlayerStatus.Idle, () => {
audioPlayer.play(resource);
});
because the music stopped
18 replies
DIAdiscord.js - Imagine an app
Created by t3mq on 9/2/2023 in #djs-voice
how to repeat music once it's finished
My bot crashes after a while, and when the resource reaches its end, I'd like it to loop again once it's finished
18 replies
DIAdiscord.js - Imagine an app
Created by t3mq on 9/2/2023 in #djs-voice
how to repeat music once it's finished
that is to say
18 replies
DIAdiscord.js - Imagine an app
Created by t3mq on 6/17/2023 in #djs-voice
TypeError: Cannot create property 'audioPlayer' on string 'study'
i have replace db.radio with ressource
21 replies
DIAdiscord.js - Imagine an app
Created by t3mq on 6/17/2023 in #djs-voice
TypeError: Cannot create property 'audioPlayer' on string 'study'
I had modified after yesterday, but today the error persists.
21 replies
DIAdiscord.js - Imagine an app
Created by t3mq on 6/17/2023 in #djs-voice
TypeError: Cannot create property 'audioPlayer' on string 'study'
except that I've shown you my audioRessource and the audioPlayer I'm passing him my audioRessource
21 replies
DIAdiscord.js - Imagine an app
Created by t3mq on 6/17/2023 in #djs-voice
TypeError: Cannot create property 'audioPlayer' on string 'study'
but I don't see where this famous character string is, because the AudioRessource I pass to it is audioStream
21 replies