MCPcopy Create free account
hub / github.com/TeleBoxOrg/TeleBox_Plugins / rndDelay

Function rndDelay

fbi/fbi.ts:39–42  ·  view source on GitHub ↗

random delay between min and max ms

(min: number, max: number)

Source from the content-addressed store, hash-verified

37
38const peelChatId = (id: any) => String(typeof id === "bigint" ? id.toString() : id).replace(/^-100/, "");
39
40/** getEntity 返回的 Entity 联合类型上并非所有变体都有 username/title 等字段 */
41type EntityFields = {
42 id?: unknown;
43 username?: string;
44 title?: string;
45 firstName?: string;

Callers 1

buildCacheMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected