From 22d8162822a07fe76a3666795acfccf4b9350e01 Mon Sep 17 00:00:00 2001 From: trivernis Date: Sat, 21 Aug 2021 12:39:44 +0200 Subject: [PATCH] Add alias 'a' to gura command Signed-off-by: trivernis --- src/commands/weeb/hololive/gura.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/weeb/hololive/gura.rs b/src/commands/weeb/hololive/gura.rs index 85e987a..84b77ae 100644 --- a/src/commands/weeb/hololive/gura.rs +++ b/src/commands/weeb/hololive/gura.rs @@ -7,7 +7,7 @@ use serenity::model::channel::Message; #[command] #[description("Posts a random gura")] #[usage("")] -#[aliases("shark", "city-pop-shark", "same")] +#[aliases("a", "shark", "city-pop-shark", "same")] #[bucket("general")] async fn gura(ctx: &Context, msg: &Message) -> CommandResult { post_random_media(ctx, msg, "gura").await