Add a description to examples/multiple_handlers_bot

This commit is contained in:
Temirkhan Myrzamadi 2020-02-14 00:15:10 +06:00
parent 5d0db21fca
commit fa5b725681

View file

@ -1,3 +1,6 @@
// This example demonstrates the ability of Dispatcher to deal with multiple
// handlers.
use teloxide::prelude::*;
#[tokio::main]