cargo fmt

This commit is contained in:
Elnu 2022-04-25 11:40:04 -07:00
parent 9063017a48
commit 830ac6cb61
3 changed files with 46 additions and 33 deletions

View file

@ -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};