mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-14 11:44:04 +01:00
Add a description to examples/multiple_handlers_bot
This commit is contained in:
parent
5d0db21fca
commit
fa5b725681
1 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
|||
// This example demonstrates the ability of Dispatcher to deal with multiple
|
||||
// handlers.
|
||||
|
||||
use teloxide::prelude::*;
|
||||
|
||||
#[tokio::main]
|
||||
|
|
Loading…
Add table
Reference in a new issue