mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 06:25:10 +01:00
Cargo fmt
This commit is contained in:
parent
c9a0fe452d
commit
b533a85a33
1 changed files with 1 additions and 4 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue