teloxide/examples/README.md

8 lines
159 B
Markdown
Raw Normal View History

2022-02-01 22:56:43 +01:00
# Usage
```
2022-03-21 18:04:18 +01:00
$ RUST_LOG=info cargo run --features="full" --example <example-name>
2022-02-01 22:56:43 +01:00
```
Don't forget to initialise the `TELOXIDE_TOKEN` environmental variable.