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

Method execute

ai/ai.ts:96–96  ·  view source on GitHub ↗
(msg: Api.Message, args: string[], prefixes: string[])

Source from the content-addressed store, hash-verified

94interface FeatureHandler {
95 readonly name: string;
96 readonly command: string;
97 readonly description: string;
98 execute(msg: Api.Message, args: string[], prefixes: string[]): Promise<void>;
99}

Callers 2

requestMethod · 0.65
AIPluginClass · 0.65

Implementers 13

ModelFeatureai/ai.ts
ImageFeatureai/ai.ts
VideoFeatureai/ai.ts
MusicPluginmusic/music.ts

Calls

no outgoing calls

Tested by

no test coverage detected