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 })