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