add %w as an alias for %wager

This commit is contained in:
2024-12-10 15:26:37 -05:00
parent 74a9a4cc9f
commit 88f2c7437b

View File

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