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

Function formatMode

bs/bs.ts:369–371  ·  view source on GitHub ↗
(mode: BsMode)

Source from the content-addressed store, hash-verified

367}
368
369function formatMode(mode: BsMode): string {
370 return mode === MODE_BROADCAST ? "群发模式" : "顺序模式";
371}
372
373const helpText = `使用 <code>${commandName} [消息数]</code> 回复一条消息
374

Callers 2

buildListTextFunction · 0.85
BsPluginClass · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected