mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-24 23:57:38 +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">
|
<div align="center">
|
||||||
<img src=https://github.com/teloxide/teloxide/raw/master/media/PING_PONG_BOT.png width="400" />
|
<img src=https://github.com/teloxide/teloxide/raw/master/media/PING_PONG_BOT.png width="400" />
|
||||||
</div>
|
</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">
|
<div align="center">
|
||||||
<img src=https://github.com/teloxide/teloxide/raw/master/media/SIMPLE_COMMANDS_BOT.png width="400" />
|
<img src=https://github.com/teloxide/teloxide/raw/master/media/SIMPLE_COMMANDS_BOT.png width="400" />
|
||||||
</div>
|
</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">
|
<div align="center">
|
||||||
<img src=https://github.com/teloxide/teloxide/raw/master/media/GUESS_A_NUMBER_BOT.png width="400" />
|
<img src=https://github.com/teloxide/teloxide/raw/master/media/GUESS_A_NUMBER_BOT.png width="400" />
|
||||||
|
|
Loading…
Add table
Reference in a new issue