feat: send test command to the bot
This commit is contained in:
@@ -41,10 +41,12 @@ namespace Client
|
||||
Debug.WriteLine(dllName + " loaded\n");
|
||||
transport.Message += OnMessage;
|
||||
|
||||
await transport.ConnectAsync();
|
||||
await transport.SendAsync("invalidate");
|
||||
while (true)
|
||||
{
|
||||
await transport.ConnectAsync();
|
||||
await transport.StartReceiveAsync();
|
||||
await transport.ConnectAsync();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user