Fixed broken cleanup for lambchop and missing sesh bypass

This commit is contained in:
barelyprofessional
2025-12-09 22:29:07 -06:00
parent 0c08c19e90
commit 91878d92b5

View File

@@ -110,7 +110,8 @@ public class LambchopCommand : ICommand
} }
// first game state // first game state
var lambChopDisplayMessage = var lambChopDisplayMessage =
await botInstance.SendChatMessageAsync(ConvertLambchopFieldToString(tiles, hazards, true)); await botInstance.SendChatMessageAsync(ConvertLambchopFieldToString(tiles, hazards, true), true,
autoDeleteAfter: cleanupDelay);
while (lambChopDisplayMessage.Status != SentMessageTrackerStatus.ResponseReceived) while (lambChopDisplayMessage.Status != SentMessageTrackerStatus.ResponseReceived)
{ {
await Task.Delay(50, ctx); // wait until first message is fully sent await Task.Delay(50, ctx); // wait until first message is fully sent