feat(imports): format imports
This commit is contained in:
parent
f41e012f8e
commit
d45ebcc682
|
@ -21,9 +21,9 @@ use endpoints::{
|
||||||
ban_command::ban,
|
ban_command::ban,
|
||||||
info_commands::{help, privacy},
|
info_commands::{help, privacy},
|
||||||
mute_command::mute,
|
mute_command::mute,
|
||||||
unmute_command::unmute
|
unmute_command::unmute,
|
||||||
},
|
},
|
||||||
dice::dice::dice_handler,
|
dice::dice_handler::dice_handler,
|
||||||
};
|
};
|
||||||
|
|
||||||
#[cfg(debug_assertions)]
|
#[cfg(debug_assertions)]
|
||||||
|
|
Loading…
Reference in New Issue