Re-enable Lambchop

This commit is contained in:
barelyprofessional
2026-02-20 18:26:58 -06:00
parent 0305f2a35c
commit d3f7d5e374

View File

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