Cargo fmt

This commit is contained in:
LasterAlex 2024-09-03 14:21:57 +03:00
parent c9a0fe452d
commit b533a85a33
No known key found for this signature in database

View file

@ -4,11 +4,8 @@
use rand::Rng; use rand::Rng;
use teloxide::{ use teloxide::{
dispatching::HandlerExt, dispatching::HandlerExt, prelude::*, sugar::request::RequestReplyExt, types::Dice,
prelude::*,
types::Dice,
utils::command::BotCommands, utils::command::BotCommands,
sugar::request::RequestReplyExt,
}; };
#[tokio::main] #[tokio::main]