diff --git a/crates/teloxide/examples/dispatching_features.rs b/crates/teloxide/examples/dispatching_features.rs index 23f127ff..8b327b55 100644 --- a/crates/teloxide/examples/dispatching_features.rs +++ b/crates/teloxide/examples/dispatching_features.rs @@ -4,11 +4,8 @@ use rand::Rng; use teloxide::{ - dispatching::HandlerExt, - prelude::*, - types::Dice, + dispatching::HandlerExt, prelude::*, sugar::request::RequestReplyExt, types::Dice, utils::command::BotCommands, - sugar::request::RequestReplyExt, }; #[tokio::main]