Expose Command/Context from exceptions where possible (#204)

* Expose Command/Context from exceptions where possible

* Update changelog
This commit is contained in:
Jason 2021-01-11 15:25:05 -08:00 committed by Alexander Söderberg
parent a6f8159410
commit 7347ced0db
7 changed files with 68 additions and 7 deletions

View file

@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Added
- Expose the Command which led to `InvalidCommandSenderException`s
- Expose the CommandContext which led to `CommandExecutionException`s
## [1.3.0] - 2020-12-18
### Added