Make Instance cloneable
This commit is contained in:
parent
5005e56881
commit
373a98c26c
2 changed files with 6 additions and 5 deletions
|
|
@ -23,6 +23,7 @@ Procedure when bumping the version number:
|
|||
- `bot::command::ClapCommand::execute` now returns a `Result<bool, E>` instead of a `Result<(), E>`
|
||||
- `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>`
|
||||
- `bot::instance::Instance` now implements `Clone`
|
||||
|
||||
### Fixed
|
||||
- `phone` and `mobile` emoji
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue