Skip to content

v3.0.0

Compare
Choose a tag to compare
@robertwayne robertwayne released this 25 Jun 23:26
5bad45e

[3.0.0] -- 2022-25-06

This release drops support for Python 3.7.

This release does NOT have support for discord.py v2 yet. PRs welcome!

Added

  • Terminal output now supports colorized messages. The argument colors can be used to disable it.
  • Explicit error messages for certain actions (NoEntryPoint, ExtensionNotLoaded).

Changed

  • Fixed a bug where filenames with mixed case would fail. (#14)
  • Added explicit checks before loading or unloading cogs. (#15)