Skip to content
This repository was archived by the owner on Aug 4, 2019. It is now read-only.

v0.2.0

Compare
Choose a tag to compare
@PolarizedIons PolarizedIons released this 03 Sep 19:02
· 172 commits to master since this release
9ac3645

Quite a large update! And in a very short time too.

The most prominent changes:

  • Log files are now much smaller, and much less are kept
  • Self update command, powered by these git releases!
  • Commands are now handled async, no more waiting on other commands while one is processing!
  • Added a lot more unit tests, and squished some bugs thanks to it.
  • All messages are now handling discord rate-limits, and will try to resend if it fails.
  • The bot token is no longer a environment variable, and must be provided inside the bot.json config file.
  • added a commandline argument to set the config directory
  • fixed some matching errors with the auto unit converter, should be stable for now

Some misc changes:

  • Shutdown/restart command can be used by guild admins now
  • Github repo is now listed in the about command
  • Added a few more utility classes & methods
  • removed the typing status, because that borks in async
  • Quite a few internal changes as well. Check out the commits for more detail ;)