mirror of
https://github.com/teloxide/teloxide.git
synced 2025-01-20 15:54:53 +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 {
|
teloxide::repl(bot, |message| async move {
|
||||||
message.answer_dice().send().await?;
|
message.answer_dice().send().await?;
|
||||||
respond(())
|
ResponseResult::<()>::Ok(())
|
||||||
})
|
})
|
||||||
.await;
|
.await;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue