MCPcopy Create free account
hub / github.com/ClydeTime/Surge / SendMsg

Function SendMsg

Script/Task/videoqq.js:592–594  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

590}
591
592async function SendMsg() {
593 $.msg($.name, "", `${$.version}\n${$.taskInfo}`);
594}
595
596async function waitRandom(min, max) {
597 var time = getRandomInt(min, max);

Callers 1

videoqq.jsFile · 0.85

Calls 1

msgMethod · 0.45

Tested by

no test coverage detected