feat(imports): format imports

This commit is contained in:
doryan 2024-08-21 20:58:21 +04:00
parent f41e012f8e
commit d45ebcc682

View File

@ -21,9 +21,9 @@ use endpoints::{
ban_command::ban,
info_commands::{help, privacy},
mute_command::mute,
unmute_command::unmute
unmute_command::unmute,
},
dice::dice::dice_handler,
dice::dice_handler::dice_handler,
};
#[cfg(debug_assertions)]