mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-04-30 03:22:04 -04:00
Re-enable Lambchop
This commit is contained in:
@@ -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>());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user