From 2831754e3d9dfd44066f2cef31b415cb4920a160 Mon Sep 17 00:00:00 2001 From: Natsu Kagami Date: Mon, 10 Feb 2020 17:18:21 -0500 Subject: [PATCH] Set std as default command of osu --- youmubot-osu/src/discord/mod.rs | 1 + 1 file changed, 1 insertion(+) 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]