cargo fmt
This commit is contained in:
parent
9063017a48
commit
830ac6cb61
3 changed files with 46 additions and 33 deletions
|
@ -10,7 +10,10 @@ use serenity::{
|
|||
client::bridge::gateway::ShardManager,
|
||||
framework::{standard::macros::group, StandardFramework},
|
||||
http::Http,
|
||||
model::{event::ResumedEvent, gateway::{Ready, GatewayIntents}},
|
||||
model::{
|
||||
event::ResumedEvent,
|
||||
gateway::{GatewayIntents, Ready},
|
||||
},
|
||||
prelude::*,
|
||||
};
|
||||
use tracing::{error, info};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue