fix unused

This commit is contained in:
mykola2312 2024-02-28 18:03:38 +02:00
parent 9b0dc8fcd7
commit ee79869327

View file

@ -127,6 +127,6 @@ async fn cmd_download(bot: Bot, msg: Message, url: String) -> HandlerResult {
bot_download(bot, msg, url).await bot_download(bot, msg, url).await
} }
async fn handle_message(_bot: Bot, _dialogue: MyDialogue, msg: Message) -> HandlerResult { async fn handle_message(_bot: Bot, _dialogue: MyDialogue, _msg: Message) -> HandlerResult {
Ok(()) Ok(())
} }