Fix warnings. Bump version.

This commit is contained in:
AB
2021-01-10 21:38:18 +03:00
parent 6ae3b2af1f
commit 0d24976ec2
4 changed files with 19 additions and 6 deletions

View File

@ -48,7 +48,7 @@ pub async fn handler(
}
Err(_) => {
let _ = api
.send(message.text_reply(CODE).parse_mode(ParseMode::Html))
.send(message.text_reply(CODE_HELP).parse_mode(ParseMode::Html))
.await?;
}
}