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

Function extractSongId

netease/netease.ts:47–50  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

45
46async function ensureBotReady(msg: Api.Message) {
47 const client = msg.client!;
48 // 解除拉黑,静音通知
49 try {
50 await client.invoke(new Api.contacts.Unblock({ id: bot }));
51 } catch {}
52
53 try {

Callers 1

NeteasePluginClass · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected