-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug Report] Autoplaylist does not work until something has been played #1526
Comments
If you want the autoplaylist to begin immediately, you need to set a voice channel for it to connect to with the |
I did have the voice channel set, which is how the bot joins the chat when you run |
If you have the voice channel set ( |
Oh I see the different behavior with Having the bot automatically join on startup also presents another bug: #1541 |
Bug Description
When the bot first starts up, the default playlist will never start playing until there has been at least one item played in the server.
Steps to Reproduce
autoplaylist myplaylist
play
Bot joins VC, but nothing plays
play xvFZjo5PgG0
After this first song ends, the autoplaylist begins.
stop
play
Now the autoplaylist begins even when no song is specified
Expected Result
The bot should always start the default playlist, even immediately after startup.
Debug Output
Additional Info
This seems to be a per-server issue. Playing a song in one server does not fix the autoplaylist feature in any other servers until they have also played at least one item.
Checklist
The text was updated successfully, but these errors were encountered: