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

This commit is contained in:
barelyprofessional
2026-04-08 09:40:22 -05:00
parent f415409a88
commit 64e318ce84

View File

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