Lambchop is off for now it's still fucked

This commit is contained in:
barelyprofessional
2026-02-19 20:18:26 -06:00
parent 60f74894ca
commit 366311a20a

View File

@@ -76,6 +76,9 @@ public class LambchopCommand : ICommand
true, autoDeleteAfter: gameDisabledCleanupDelay);
return;
}
await botInstance.SendChatMessageAsync($"{user.FormatUsername()}, fuck you", true);
return;
var cleanupDelay = TimeSpan.FromMilliseconds(settings[BuiltIn.Keys.KasinoLambchopCleanupDelay].ToType<int>());