| 40 | export type MainHands = 'left' | 'right' |
| 41 | |
| 42 | export interface PluginOptions { |
| 43 | [plugin: string]: boolean | Plugin |
| 44 | } |
| 45 | |
| 46 | export type Plugin = (bot: Bot, options: BotOptions) => void |
| 47 |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…