This release drops support for Python 3.7.
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)