From 88f2c7437b23c3c0832f0b8c2af4835c5f6b1c9c Mon Sep 17 00:00:00 2001 From: minneelyyyy Date: Tue, 10 Dec 2024 15:26:37 -0500 Subject: [PATCH] add %w as an alias for %wager --- src/commands/gambling/wager.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/gambling/wager.rs b/src/commands/gambling/wager.rs index fe0a2f6..73eb730 100644 --- a/src/commands/gambling/wager.rs +++ b/src/commands/gambling/wager.rs @@ -3,7 +3,7 @@ use super::Effect; use rand::Rng; /// Put forward an amount of tokens to either lose or earn -#[poise::command(slash_command, prefix_command)] +#[poise::command(slash_command, prefix_command, aliases("w"))] pub async fn wager( ctx: Context<'_>, amount: i32,