mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 04:22:04 -04:00
Removed wager limit for Mines
This commit is contained in:
@@ -129,15 +129,6 @@ public class MinesCommand : ICommand
|
|||||||
return;
|
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)
|
if (wager <= 0)
|
||||||
{
|
{
|
||||||
await botInstance.SendChatMessageAsync(
|
await botInstance.SendChatMessageAsync(
|
||||||
|
|||||||
Reference in New Issue
Block a user