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

Class

music/music.ts:467–467  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

465 .replace(/[\uD800-\uDBFF](?![\uDC00-\uDFFF])/g, "")
466 .normalize("NFKC");
467 }
468
469 static async makeRequest(url: string, options: any = {}): Promise<any> {
470 return new Promise((resolve, reject) => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected