| 88 | (msg: Api.Message, trigger?: Api.Message) => Promise<void> |
| 89 | > = { |
| 90 | manage_admin: async (msg: Api.Message, trigger?: Api.Message) => { |
| 91 | const parts = msg.message.trim().split(/\s+/); |
| 92 | const sub = (parts[1] || "").toLowerCase(); |
| 93 |
nothing calls this directly
no outgoing calls
no test coverage detected