(msg: Api.Message, args: string[], prefixes: string[])
| 94 | interface 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 | } |
no outgoing calls
no test coverage detected