mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-14 11:44:04 +01:00
Update the token
This commit is contained in:
parent
9cab5e45f3
commit
8d71825511
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ async fn main() {
|
|||
pretty_env_logger::init();
|
||||
log::info!("Starting the simple_dialogue bot!");
|
||||
|
||||
Dispatcher::new(Bot::new("1061598315:AAErEDodTsrqD3UxA_EvFyEfXbKA6DT25G0"))
|
||||
Dispatcher::new(Bot::new("MyAwesomeToken"))
|
||||
.message_handler(&DialogueDispatcher::new(|ctx| async move {
|
||||
handle_message(ctx)
|
||||
.await
|
||||
|
|
Loading…
Add table
Reference in a new issue