Removed wager limit for Mines

This commit is contained in:
barelyprofessional
2026-02-10 22:24:03 -06:00
parent c4995f55f2
commit 3d99cce5fb

View File

@@ -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(