cargo fmt
This commit is contained in:
parent
66b52c491d
commit
c8a20147e5
3 changed files with 33 additions and 18 deletions
|
@ -12,7 +12,7 @@ mod commands;
|
|||
|
||||
use std::{collections::HashSet, env, sync::Arc};
|
||||
|
||||
use commands::{kanji::*, owner::*, challenge::*};
|
||||
use commands::{challenge::*, kanji::*, owner::*};
|
||||
use serenity::{
|
||||
async_trait,
|
||||
client::bridge::gateway::ShardManager,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue