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

Method cleanup

music_bot/music_bot.ts:223–225  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

221 description: string = `\n多音源音乐搜索\n${help_text}`;
222 cmdHandlers: Record<
223 string,
224 (msg: Api.Message, trigger?: Api.Message) => Promise<void>
225 > = {
226 music_bot: async (msg: Api.Message, trigger?: Api.Message) => {
227 const text = msg.message || "";
228 const parts = text.trim().split(/\s+/);

Callers

nothing calls this directly

Calls 1

clearMethod · 0.80

Tested by

no test coverage detected