Forgot to bypass GambaSesh detection

This commit is contained in:
barelyprofessional
2024-08-11 22:31:27 +08:00
parent c0d7f62c61
commit 9f07f6cf21

View File

@@ -23,7 +23,7 @@ public class EditTestCommand : ICommand
var iterations = 3;
var i = 0;
var delay = 1000;
var reference = botInstance.SendChatMessage($"{msg} {i}");
var reference = botInstance.SendChatMessage($"{msg} {i}", true);
while (botInstance.GetSentMessageStatus(reference).Status == SentMessageTrackerStatus.WaitingForResponse)
{
await Task.Delay(100, ctx);