Commands
Loads Commands
Last updated
Was this helpful?
Loads Commands
Last updated
Was this helpful?
public async Commands(dir: string, options: { prefix: string; category?: string; callback?: (command: , fileName: string) => <unknown>; }): Promise<>
dir: commands directory
options.prefix: prefix
options.category?: default category
options.callback?: function executed when a command is loaded