mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-31 16:40:37 +01:00
Remove confusing use of respond
from README
This commit is contained in:
parent
f521f08470
commit
7a3ce7f05c
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ async fn main() {
|
|||
|
||||
teloxide::repl(bot, |message| async move {
|
||||
message.answer_dice().send().await?;
|
||||
respond(())
|
||||
ResponseResult::<()>::Ok(())
|
||||
})
|
||||
.await;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue