This release adds `EventDispatcher.on_*` decorators as an alternative type-safe syntax for registering listeners, allowing type checkers to verify that listeners have a signature compatible with the expected arguments for each event.
See also the latest documentation of [EventDispatcher](https://berconpy.readthedocs.io/en/latest/generated/berconpy.dispatch.EventDispatcher.html#berconpy.dispatch.EventDispatcher).
**Full Changelog**: https://github.com/thegamecracks/berconpy/compare/v2.0.0...v2.1.0b2