From 64e318ce84d5bd8c2b314d1a31a9b15df544cb80 Mon Sep 17 00:00:00 2001 From: barelyprofessional <150058423+barelyprofessional@users.noreply.github.com> Date: Wed, 8 Apr 2026 09:40:22 -0500 Subject: [PATCH] Seems to be paying out too much. Can't be bothered adding a setting as I've got other shit to do so killing it for now --- KfChatDotNetBot/Commands/Kasino/KrashCommand.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/KfChatDotNetBot/Commands/Kasino/KrashCommand.cs b/KfChatDotNetBot/Commands/Kasino/KrashCommand.cs index fe67340..2eb5f72 100644 --- a/KfChatDotNetBot/Commands/Kasino/KrashCommand.cs +++ b/KfChatDotNetBot/Commands/Kasino/KrashCommand.cs @@ -28,6 +28,7 @@ public class KrashBetCommand : ICommand GroupCollection arguments, CancellationToken ctx) { + return; var cleanupDelay = TimeSpan.FromSeconds(10); if (message is { IsWhisper: false, MessageUuid: not null })