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

Function buildHelpText

cy/cy.ts:360–383  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

358}
359
360function buildHelpText(): string {
361 return [
362 "词云 cy",
363 "",
364 "立即生成",
365 `${mainPrefix}cy`,
366 `${mainPrefix}cy 500`,
367 `${mainPrefix}cy send`,
368 "",
369 "定时发送",
370 `${mainPrefix}cy target here`,
371 `${mainPrefix}cy target @群用户名`,
372 `${mainPrefix}cy time 09:00 500`,
373 `${mainPrefix}cy time 09:00,21:30 1000`,
374 `${mainPrefix}cy time 05:00 12:00 21:30 2000`,
375 `${mainPrefix}cy on`,
376 `${mainPrefix}cy off`,
377 `${mainPrefix}cy status`,
378 "",
379 "帮助",
380 `${mainPrefix}cy help`,
381 `${mainPrefix}help cy`,
382 ].join("\n");
383}
384
385class CyPlugin extends Plugin {
386 description = `词云

Callers 1

CyPluginClass · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected