mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 22:46:39 +01:00
Update README.md
This commit is contained in:
parent
ad4d1378fd
commit
fce8ba302d
1 changed files with 32 additions and 0 deletions
32
README.md
32
README.md
|
@ -73,6 +73,17 @@ async fn main() {
|
|||
}
|
||||
```
|
||||
|
||||
<details>
|
||||
<summary>Run this!</summary>
|
||||
|
||||
```bash
|
||||
git clone https://github.com/teloxide/teloxide.git
|
||||
cd teloxide/examples/ping_pong_bot
|
||||
TELOXIDE_TOKEN=MyAwesomeToken cargo run
|
||||
```
|
||||
|
||||
</details>
|
||||
|
||||
<div align="center">
|
||||
<img src=https://github.com/teloxide/teloxide/raw/master/media/PING_PONG_BOT.png width="400" />
|
||||
</div>
|
||||
|
@ -134,6 +145,17 @@ async fn main() {
|
|||
|
||||
```
|
||||
|
||||
<details>
|
||||
<summary>Run this!</summary>
|
||||
|
||||
```bash
|
||||
git clone https://github.com/teloxide/teloxide.git
|
||||
cd teloxide/examples/simple_commands_bot
|
||||
TELOXIDE_TOKEN=MyAwesomeToken cargo run
|
||||
```
|
||||
|
||||
</details>
|
||||
|
||||
<div align="center">
|
||||
<img src=https://github.com/teloxide/teloxide/raw/master/media/SIMPLE_COMMANDS_BOT.png width="400" />
|
||||
</div>
|
||||
|
@ -219,6 +241,16 @@ async fn main() {
|
|||
}
|
||||
```
|
||||
|
||||
<details>
|
||||
<summary>Run this!</summary>
|
||||
|
||||
```bash
|
||||
git clone https://github.com/teloxide/teloxide.git
|
||||
cd teloxide/examples/guess_a_number_bot
|
||||
TELOXIDE_TOKEN=MyAwesomeToken cargo run
|
||||
```
|
||||
|
||||
</details>
|
||||
|
||||
<div align="center">
|
||||
<img src=https://github.com/teloxide/teloxide/raw/master/media/GUESS_A_NUMBER_BOT.png width="400" />
|
||||
|
|
Loading…
Reference in a new issue