You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I pause a youtube playlist and then leave the voice channel, I can rejoin the channel later and resume the music right where it was paused with -/resume.
However, I noticed that the bot will sometimes leave the voice channel after some time, and I would have to replay the playlist I was listening to. Is there anyway way to prevent the bot from leaving the channel and "pause" the music indefinitely?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
So I am running evobot in a docker container using the following environmental variables below:
docker run -d -e "TOKEN=tokenhere" -e "PREFIX=-/" -e "MAX_PLAYLIST_SIZE=300" -e "STAY_TIME=3600" --restart unless-stopped eritislami/evobot
If I pause a youtube playlist and then leave the voice channel, I can rejoin the channel later and resume the music right where it was paused with -/resume.
However, I noticed that the bot will sometimes leave the voice channel after some time, and I would have to replay the playlist I was listening to. Is there anyway way to prevent the bot from leaving the channel and "pause" the music indefinitely?
Beta Was this translation helpful? Give feedback.
All reactions