mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-14 11:44:04 +01:00
Fix a broken link in README.md
This commit is contained in:
parent
843fb777f9
commit
684723aaae
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ futures = "0.3.5"
|
|||
### The dices bot
|
||||
This bot throws a dice on each incoming message:
|
||||
|
||||
([Full](https://github.com/teloxide/teloxide/blob/master/examples/ping_pong_bot/src/main.rs))
|
||||
([Full](https://github.com/teloxide/teloxide/blob/master/examples/dices_bot/src/main.rs))
|
||||
```rust
|
||||
use teloxide::prelude::*;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue