mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-22 02:54:21 +00:00
🗑 Tolto nome della variant
Co-authored-by: Stefano Pigozzi <me@steffo.eu>
This commit is contained in:
parent
0d14f25b98
commit
af66ff66c0
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ async fn handle_command(bot: Bot, command: Command, message: Message) -> Command
|
||||||
Command::Fortune => fortune::handler(&bot, &message).await,
|
Command::Fortune => fortune::handler(&bot, &message).await,
|
||||||
Command::Echo(text) => echo::handler(&bot, &message, &text).await,
|
Command::Echo(text) => echo::handler(&bot, &message, &text).await,
|
||||||
Command::WhoAmI => whoami::handler(&bot, &message).await,
|
Command::WhoAmI => whoami::handler(&bot, &message).await,
|
||||||
Command::Answer(_question) => answer::handler(&bot, &message).await,
|
Command::Answer(_) => answer::handler(&bot, &message).await,
|
||||||
};
|
};
|
||||||
|
|
||||||
if result.is_ok() {
|
if result.is_ok() {
|
||||||
|
|
Loading…
Reference in a new issue