lpoto / discord-music-bot

MIT License
1 stars 0 forks source link

Queue not being updated properly #36

Closed lpoto closed 1 year ago

lpoto commented 1 year ago

When the bot is playing songs for a while, the queue is not being updated. There is never an issue when updating the queue message from an interaction, only when it is being updated directly based on it's messageID and channelID.

Also occasionally, the bot disconnects randomly after the end of a song, then immediately reconnects but does not start playing the next song.

lpoto commented 1 year ago

Fixed in Refactor and add tests #40