From d45ebcc682db2090412eb544629679c90f4731fc Mon Sep 17 00:00:00 2001 From: doryan Date: Wed, 21 Aug 2024 20:58:21 +0400 Subject: [PATCH] feat(imports): format imports --- src/main.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.rs b/src/main.rs index b127301..edde7d0 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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)]