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,