add %w as an alias for %wager
This commit is contained in:
@@ -3,7 +3,7 @@ use super::Effect;
|
|||||||
use rand::Rng;
|
use rand::Rng;
|
||||||
|
|
||||||
/// Put forward an amount of tokens to either lose or earn
|
/// 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(
|
pub async fn wager(
|
||||||
ctx: Context<'_>,
|
ctx: Context<'_>,
|
||||||
amount: i32,
|
amount: i32,
|
||||||
|
|||||||
Reference in New Issue
Block a user