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

Class

manage_admin/manage_admin.ts:90–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected