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)]