fix unused
This commit is contained in:
parent
4880f74c8f
commit
bb0b1a5a00
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