From 3d99cce5fb1c223332c0c5f6d0103fe2d5015b73 Mon Sep 17 00:00:00 2001 From: barelyprofessional <150058423+barelyprofessional@users.noreply.github.com> Date: Tue, 10 Feb 2026 22:24:03 -0600 Subject: [PATCH] Removed wager limit for Mines --- KfChatDotNetBot/Commands/Kasino/MinesCommand.cs | 9 --------- 1 file changed, 9 deletions(-) diff --git a/KfChatDotNetBot/Commands/Kasino/MinesCommand.cs b/KfChatDotNetBot/Commands/Kasino/MinesCommand.cs index f635e7a..2d045ea 100644 --- a/KfChatDotNetBot/Commands/Kasino/MinesCommand.cs +++ b/KfChatDotNetBot/Commands/Kasino/MinesCommand.cs @@ -129,15 +129,6 @@ public class MinesCommand : ICommand return; } - decimal wagerLimit = 10; - if (wager > wagerLimit) - { - await botInstance.SendChatMessageAsync( - $"{user.FormatUsername()}, mines is temporarily limited to wagers of {await wagerLimit.FormatKasinoCurrencyAsync()} during testing", - true, autoDeleteAfter: TimeSpan.FromSeconds(10)); - return; - } - if (wager <= 0) { await botInstance.SendChatMessageAsync(