Implement Command for Uptime

This commit is contained in:
Joscha 2023-02-27 12:04:00 +01:00
parent 1844cddcc0
commit a6331d50b8
2 changed files with 44 additions and 19 deletions

View file

@ -13,6 +13,9 @@ Procedure when bumping the version number:
## Unreleased
### Added
- `bot::botrulez::Uptime` now implements `bot::command::Command`
## v0.3.1 - 2023-02-26
### Added