Freya Arbjerg
Freya Arbjerg
Similar to voteskip. Would shuffle the queue if a simple majority is reached. Feedback welcomed.
I plan on creating a web dashboard primarily for fiddling around with bot permissions in a similar manner to the Discord permission system:  The dashboard should have these features:...
(Also a lot of other features that crept in) Uses Spring Data for database access, and persists queue state to the database. Fixes #139
It seems that the permission check for the ban command fails. This is a reminder that it needs to be fixed. Error: https://sentry.fredboat.com/share/issue/995d90b440a7464aab445732bda7b25c/

We have a persistent queue system, only that's it's broken and thus disabled. I'm thinking of rewriting this, but with an SQL table instead of the filesystem. Thoughts?
Patrons don't like it when we restart the patron bot because it resets the volume to 100. For the patron configuration, we should persist this value to the DB.
;;mupdate and ;;mcompile are really unused by the FredBoat team as the CI server makes these commands nearly obsolete. I propose removing ;;mcompile and having ;;mupdate instead download from https://ci.fredboat.com/viewLog.html?buildTypeId=FredBoat_Build&buildId=lastSuccessful&buildBranch=%3Cdefault%3E&tab=artifacts&guest=1
Stolen from https://github.com/Frederikam/FredBoat/issues/81 Possibly also other archive types
It's a known fact that FredBoat sometimes suffers from extreme load causing the bot to stutter since it can't process music fast enough. I want to create a system that...