Implement Command for FullHelp

This commit is contained in:
Joscha 2023-02-26 19:58:48 +01:00
parent f5c5043896
commit 23d3166c2d
2 changed files with 47 additions and 26 deletions

View file

@ -14,6 +14,7 @@ Procedure when bumping the version number:
## Unreleased
### Added
- `bot::botrulez::FullHelp` now implements `bot::command::Command`
- `bot::botrulez::Ping` now implements `bot::command::Command`
- `bot::botrulez::ShortHelp` now implements `bot::command::Command`