Closed aaronshappell closed 7 years ago
A temporary fix could be checking the time between !next and !addsong commands and ignore if the time is very short.
hydrabolt/discord.js#1387
Adding a 500ms timeout before recreating the dispatcher seemed to have fixed it.
Sometimes the
!next
command will skip two songs in the queue and!addsong
will add two songs of the same request to the queue. It is not just occurring on the heroku hosted bot but also locally hosted.