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 teloxide::{
dispatching::HandlerExt,
prelude::*,
types::Dice,
dispatching::HandlerExt, prelude::*, sugar::request::RequestReplyExt, types::Dice,
utils::command::BotCommands,
sugar::request::RequestReplyExt,
};
#[tokio::main]