Add alias 'a' to gura command

Signed-off-by: trivernis <trivernis@protonmail.com>
pull/37/head
trivernis 3 years ago
parent 965e4fd849
commit 22d8162822
Signed by: Trivernis
GPG Key ID: DFFFCC2C7A02DB45

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

Loading…
Cancel
Save