From f18e080612ac19f97b87925523b2d55e5372588d Mon Sep 17 00:00:00 2001 From: minneelyyyy Date: Sun, 23 Feb 2025 01:30:43 -0500 Subject: [PATCH] fix typo --- src/commands/gambling/leaderboard.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/gambling/leaderboard.rs b/src/commands/gambling/leaderboard.rs index 71498bf..42301f5 100644 --- a/src/commands/gambling/leaderboard.rs +++ b/src/commands/gambling/leaderboard.rs @@ -55,7 +55,7 @@ async fn display_leaderboard(ctx: Context<'_>, t: LeaderboardType) -> Result<(), Ok(()) } -/// DIsplay users with the top highest balances +/// Display users with the top highest balances #[poise::command(slash_command, prefix_command)] pub async fn tokens(ctx: Context<'_>, count: Option) -> Result<(), Error> { let count = count.unwrap_or(10);