teloxide/examples
2020-02-14 03:26:46 +06:00
..
admin_bot Rename commands_bot -> admin_bot 2020-02-14 00:29:26 +06:00
dialogue_bot Fix a typo in examples/dialogue_bot 2020-02-14 00:17:31 +06:00
guess_a_number_bot Add examples/guess_a_number_bot 2020-02-14 02:00:54 +06:00
multiple_handlers_bot Add a description to examples/multiple_handlers_bot 2020-02-14 00:15:10 +06:00
ping_pong_bot Refactor 2020-02-13 23:23:22 +06:00
simple_commands_bot Fix a typo in examples/simple_commands_bot 2020-02-14 03:26:46 +06:00
README.md Add examples/simple_commands_bot 2020-02-14 03:23:41 +06:00

Examples

Just enter the directory (for example, cd dialogue_bot) and execute cargo run to run an example. Don't forget to initialise the TELOXIDE_TOKEN environmental variable.