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
ab358601e2
commit
687c5e4cd1
1 changed files with 4 additions and 3 deletions
|
@ -27,10 +27,11 @@ $ rustup update stable
|
|||
teloxide = "0.1.0"
|
||||
```
|
||||
|
||||
## Writing your first bot
|
||||
First, create a new bot using [@botfather](https://t.me/botfather), and after that you'll get a token in format `123456789:somemanyletters`.
|
||||
3. Create a new bot using [@botfather](https://t.me/botfather), and after that you'll get a token in format `123456789:somemanyletters`.
|
||||
|
||||
## Writing your first bot
|
||||
Open `main.rs` file, because we're gonna write a ping-pong-bot!
|
||||
|
||||
Next, open `main.rs` file, because we're gonna write a ping-pong-bot!
|
||||
```rust
|
||||
use teloxide::prelude::*;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue