WalshyDev/AutoCleanBot

Release an update

Closed this issue · 1 comments

Things to fix:

  • The minutes from getMinutes() returns the field not the overal this means that doing 4h will not work as it thinks it's less than 5 mins
  • Support MySQL 8
  • Support a standard JSON flat-file
  • Clean up the code... PLEASE! Ew
  • Update to latest JDA so it doesn't randomly crash due to obscure JSON
  • Support channel ID (not sure why I did mention but not mention and ID...)
  • Do I actually have logback? if not, then add that.
  • Improve the time format being displayed in !autoclean list
  • Fix bug in re-setting task - This is done because I do p.getSeconds() * 1000 rather than p.toStandardSeconds().getSeconds() * 1000. This is why @taydev we do ON DUPLICATE KEY UPDATE whatever = VALUES(whatever)

Released 1.2 which resolved almost all of these. You can find that here: https://github.com/WalshyDev/AutoCleanBot/releases/tag/v1.2

Please open a new issue if you have any bugs or suggestions!