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(