teloxide/examples
Maybe Waffle e951af7abe Fix ngrok_ping_pong example required-features
...and info! message
2022-04-05 16:36:31 +04:00
..
admin.rs Some fixing stuff lol 2022-04-02 15:34:43 +06:00
buttons.rs Capture identifier in format strings (examples/) 2022-04-03 16:06:44 +06:00
db_remember.rs Capture identifier in format strings (examples/) 2022-04-03 16:06:44 +06:00
dialogue.rs Capture identifier in format strings (examples/) 2022-04-03 16:06:44 +06:00
dices.rs Remove support for the old dispatching 2022-03-29 01:55:09 +06:00
dispatching_features.rs Capture identifier in format strings (examples/) 2022-04-03 16:06:44 +06:00
heroku_ping_pong.rs Capture identifier in format strings (examples/) 2022-04-03 16:06:44 +06:00
inline.rs Remove support for the old dispatching 2022-03-29 01:55:09 +06:00
ngrok_ping_pong.rs Fix ngrok_ping_pong example required-features 2022-04-05 16:36:31 +04:00
Procfile Fix the docs of the Heroku example 2022-02-05 00:31:13 +06:00
README.md Update examples/README.md 2022-03-21 23:04:18 +06:00
shared_state.rs Capture identifier in format strings (examples/) 2022-04-03 16:06:44 +06:00
simple_commands.rs Capture identifier in format strings (examples/) 2022-04-03 16:06:44 +06:00

Usage

$ RUST_LOG=info cargo run --features="full" --example <example-name>

Don't forget to initialise the TELOXIDE_TOKEN environmental variable.