fix unused
This commit is contained in:
parent
9b0dc8fcd7
commit
ee79869327
1 changed files with 1 additions and 1 deletions
|
|
@ -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(())
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue