mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 14:35:36 +01:00
Update README.md
This commit is contained in:
parent
2056d259f0
commit
44f4bcbc64
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
|||
A full-featured framework that empowers you to easily build [Telegram bots](https://telegram.org/blog/bot-revolution) using the [`async`/`.await`](https://rust-lang.github.io/async-book/01_getting_started/01_chapter.html) syntax in [Rust](https://www.rust-lang.org/). It handles all the difficult stuff so you can focus only on your business logic.
|
||||
</div>
|
||||
|
||||
## An echo bot
|
||||
## A simple bot
|
||||
```rust
|
||||
fn main() {
|
||||
let bot = Bot::new(API_TOKEN).bla().bla();
|
||||
|
|
Loading…
Reference in a new issue