HTSTEM / MusicBot

A music bot we decided to make.
MIT License
3 stars 3 forks source link

Perserve queue after restart #10

Closed qixils closed 7 years ago

qixils commented 7 years ago

Would be useful if a critical issue is found (or we just want to patch something) and we don't want to clear a queue that break the 2k char limit

adamthedog commented 7 years ago

Isn't Botter already running a SQL server? If so, we can easily save a list of song URLs to act as the queue and just pop the top song when it needs to play.

Bottersnike commented 7 years ago

I'm not running an SQL server, but a lot of the bots have an sqlite file. I can probably implement one in a few days.

hanss314 commented 7 years ago

This is implemented now.