Set std as default command of osu

This commit is contained in:
Natsu Kagami 2020-02-10 17:18:21 -05:00
parent 4b0c7bf4b4
commit 2831754e3d
Signed by: nki
GPG key ID: 73376E117CD20735

View file

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