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