mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-14 11:44:04 +01:00
Update README.md
This commit is contained in:
parent
f10f770f70
commit
41d1aebb1e
1 changed files with 3 additions and 3 deletions
|
@ -74,7 +74,7 @@ async fn main() {
|
|||
```
|
||||
|
||||
<div align="center">
|
||||
<img src=https://github.com/teloxide/teloxide/raw/master/media/GUESS_A_NUMBER_BOT.png />
|
||||
<img src=https://github.com/teloxide/teloxide/raw/master/media/GUESS_A_NUMBER_BOT.png width="400" />
|
||||
</div>
|
||||
|
||||
## Commands
|
||||
|
@ -135,7 +135,7 @@ async fn main() {
|
|||
```
|
||||
|
||||
<div align="center">
|
||||
<img src=https://github.com/teloxide/teloxide/raw/master/media/SIMPLE_COMMANDS_BOT.png />
|
||||
<img src=https://github.com/teloxide/teloxide/raw/master/media/SIMPLE_COMMANDS_BOT.png width="400" />
|
||||
</div>
|
||||
|
||||
## Guess a number
|
||||
|
@ -221,7 +221,7 @@ async fn main() {
|
|||
|
||||
|
||||
<div align="center">
|
||||
<img src=https://github.com/teloxide/teloxide/raw/master/media/GUESS_A_NUMBER_BOT.png />
|
||||
<img src=https://github.com/teloxide/teloxide/raw/master/media/GUESS_A_NUMBER_BOT.png width="400" />
|
||||
</div>
|
||||
|
||||
Our [finite automaton](https://en.wikipedia.org/wiki/Finite-state_machine), designating a user dialogue, cannot be in an invalid state. See [examples/dialogue_bot](https://github.com/teloxide/teloxide/blob/dev/examples/dialogue_bot/src/main.rs) to see a bit more complicated bot with dialogues.
|
||||
|
|
Loading…
Add table
Reference in a new issue