Fix phone and mobile emoji

This commit is contained in:
Joscha 2023-03-01 01:21:58 +01:00
parent 3aaef7ab11
commit 5005e56881
2 changed files with 6 additions and 3 deletions

View file

@ -24,6 +24,9 @@ Procedure when bumping the version number:
- `bot::command::Command::execute` now returns a `Result<bool, E>` instead of a `Result<(), E>`
- `bot::commands::Commands::handle_packet` now returns a `Result<bool, E>` instead of a `Result<(), E>`
### Fixed
- `phone` and `mobile` emoji
## v0.3.1 - 2023-02-26
### Added