discordx-ts / discordx

🤖 Create a discord bot with TypeScript and Decorators!
https://discordx.js.org
Apache License 2.0
607 stars 50 forks source link

fix(lava-queue): do not add song to the end of queue #887

Closed guilhermehccruz closed 1 year ago

guilhermehccruz commented 1 year ago

Please describe the changes this PR makes and why it should be merged: Currently if the queue is both on loop and on repeat, it keeps adding the song to the end of queue instead of just adding it to the beginning of the queue

Package