aaronshappell / picabot

A discord bot for didney worl who has an appetite for non-nutritive substances
MIT License
3 stars 7 forks source link

!next and !addsong double #17

Closed aaronshappell closed 7 years ago

aaronshappell commented 7 years ago

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.

aaronshappell commented 7 years ago

A temporary fix could be checking the time between !next and !addsong commands and ignore if the time is very short.

aaronshappell commented 7 years ago

hydrabolt/discord.js#1387

aaronshappell commented 7 years ago

Adding a 500ms timeout before recreating the dispatcher seemed to have fixed it.