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

Method parseArgs

rev/rev.ts:104–107  ·  view source on GitHub ↗
(msg: Api.Message)

Source from the content-addressed store, hash-verified

102 };
103
104 // ==================== 文本处理 ====================
105
106 private parseArgs(msg: Api.Message): string[] {
107 const text = (msg.text || '').trim();
108 return text ? text.split(/\s+/).slice(1) : [];
109 }
110

Callers 1

REVPluginClass · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected