mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 04:22:04 -04:00
Forgot to bypass GambaSesh detection
This commit is contained in:
@@ -23,7 +23,7 @@ public class EditTestCommand : ICommand
|
|||||||
var iterations = 3;
|
var iterations = 3;
|
||||||
var i = 0;
|
var i = 0;
|
||||||
var delay = 1000;
|
var delay = 1000;
|
||||||
var reference = botInstance.SendChatMessage($"{msg} {i}");
|
var reference = botInstance.SendChatMessage($"{msg} {i}", true);
|
||||||
while (botInstance.GetSentMessageStatus(reference).Status == SentMessageTrackerStatus.WaitingForResponse)
|
while (botInstance.GetSentMessageStatus(reference).Status == SentMessageTrackerStatus.WaitingForResponse)
|
||||||
{
|
{
|
||||||
await Task.Delay(100, ctx);
|
await Task.Delay(100, ctx);
|
||||||
|
|||||||
Reference in New Issue
Block a user