v1.6.0
After updating, be sure to run npm ci && npm run build:clean && npm run migrate
before running the bot.
Added
- Add a new limit for the minimum duration of a submission
- Special messaging when the queue is very nearly full
Changed
- Make
/stats
output clearer - Clearer message when Gamgee auto-closes an overfull queue
- Reorganize some code internally so we can better catch Slash Command edge cases
Known Issues
- The command deployment script removes guild-level slash-commands. Working on a fix for that now. As a workaround, avoid running
npm run setup
ornpm run commands:deploy
in this version.