diff --git a/youmubot-osu/src/discord/mod.rs b/youmubot-osu/src/discord/mod.rs index 997d5f1..a220aa0 100644 --- a/youmubot-osu/src/discord/mod.rs +++ b/youmubot-osu/src/discord/mod.rs @@ -70,6 +70,7 @@ pub fn setup( #[prefix = "osu"] #[description = "osu! related commands."] #[commands(std, taiko, catch, mania, save, recent, last, check, top, server_rank)] +#[default_command(std)] struct Osu; #[command]