| 32 | const mainPrefix = prefixes[0]; |
| 33 | |
| 34 | interface ExitMessageData { |
| 35 | cid: number; |
| 36 | mid: number; |
| 37 | timestamp: number; // 添加时间戳,用于清理过期记录 |
| 38 | } |
| 39 | |
| 40 | interface CommandRule { |
| 41 | id?: string; // 规则唯一标识符 |
nothing calls this directly
no outgoing calls
no test coverage detected