Skip to content
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

A toggle for clearing the queue after the bot has left the channel #166

Merged
merged 2 commits into from
Jun 18, 2024

Commits on Jun 15, 2024

  1. A toggle for clearing the queue after the bot has left the channel

    In Lavalink 4.X.X the queue is managed by Lavalink itself, and becuase of that, the tracks in the queue persist even after the bot leaves the channel, and they stay there until Lavalink is restarted. I found this a little bit annoying at times, so I added a toggle in the config for whether or not the queue should be cleared upon calling Lavanode.LeaveAsync()
    upo committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    5261748 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Changed it accordingly with PR suggestion

    It just clears the queue now
    upo committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    d07b71c View commit details
    Browse the repository at this point in the history