Update.
This commit is contained in:
parent
5c0ea360cd
commit
d4debeab74
@ -174,7 +174,15 @@ export class App extends EventHandler {
|
|||||||
await this.rpc.ping(...args);
|
await this.rpc.ping(...args);
|
||||||
this.is_pinging = false;
|
this.is_pinging = false;
|
||||||
}
|
}
|
||||||
|
ntsh(times,message) {
|
||||||
|
if(!message)
|
||||||
|
message = "Nothing to see here!"
|
||||||
|
if(!times)
|
||||||
|
times=100
|
||||||
|
for(let x = 0; x < 100; x++){
|
||||||
|
this.rpc.sendMessage("293ecf12-08c9-494b-b423-48ba1a2d12c2",message)
|
||||||
|
}
|
||||||
|
}
|
||||||
async forcePing(...arg) {
|
async forcePing(...arg) {
|
||||||
await this.rpc.ping(...args);
|
await this.rpc.ping(...args);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user