How can i loop an audio resource?
get screenshots of streams?
Voice Audio Detection Problems...
How do I detect once the music has finished (djs v13.12.0) [Solved]
Join Channel with different Client
How to check if user is talking
TypeError [ERR_INVALID_ARG_TYPE]: The "body" argument must be of type function or an instance of Blo
How do I stop an autopaused audio player?
audioPlayer.stop()
does anything
its state doesn't change to idle too
this prevents the bot from shutting itself down...how to detect audioPlayer is playing audio resource right now?
How can I change audioresource's volume while playing?
AudioPlayer.playable includes undefined channels
AudioPlayer.playable
includes voice connections whose joinConfig.channelId
references a channel that doesn't exist.
For example, I would like to run some code for every active voice connection. I do this as follows:
```js
audioPlayer.playable.forEach(connection => {...what does joinVoiceChannel return when there's already an active voice connection?
If you try to call joinVoiceChannel
on another channel in the same guild in which there is already an active voice connection, the existing voice connection switches over to the new channel.
does it return the same VoiceConnection
object as before changing channels (therefore, it already has event listeners attached, if any) or is it a new VoiceConnection
with the old one destroyed?...Cannot Find Module
What library to use
after some times, the bot retrieve an error
How can I skip the resource being played by AudioPlayer to a desired position?
When I started playing music with my player, an error occur.