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

Interface FeatureHandler

ai/ai.ts:92–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90 abort(reason?: string): void;
91 throwIfAborted(): void;
92}
93
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}
100

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