fix unused

This commit is contained in:
mykola2312 2024-02-28 18:03:38 +02:00
parent 4880f74c8f
commit bb0b1a5a00

View file

@ -127,6 +127,6 @@ async fn cmd_download(bot: Bot, msg: Message, url: String) -> HandlerResult {
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(())
}