diff --git a/KfChatDotNetBot/Commands/Kasino/KrashCommand.cs b/KfChatDotNetBot/Commands/Kasino/KrashCommand.cs index dab08de..0f4111a 100644 --- a/KfChatDotNetBot/Commands/Kasino/KrashCommand.cs +++ b/KfChatDotNetBot/Commands/Kasino/KrashCommand.cs @@ -81,7 +81,7 @@ public class KrashBetCommand : ICommand if (wager > gambler.Balance) { await botInstance.SendChatMessageAsync( - $"{user.FormatUsername()}, your balance of {gambler.Balance} is not enough to bet {wager} on krash.", + $"{user.FormatUsername()}, your balance of {await gambler.Balance.FormatKasinoCurrencyAsync()} is not enough to bet {wager} on krash.", true, autoDeleteAfter: TimeSpan.FromSeconds(5)); return; }