1
Fork 0
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:
Cookie 2024-07-10 23:27:45 +02:00 committed by GitHub
parent 0d14f25b98
commit af66ff66c0
Signed by: github
GPG key ID: B5690EEEBB952194

View file

@ -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() {