@beni69/cmd
Version:
The command handler from my discord bot
10 lines • 313 B
TypeScript
import { ColorResolvable } from "discord.js";
import Handler from "./Handler";
export interface HelpSettings {
names: string[] | string;
title?: string;
color?: ColorResolvable;
categories?: boolean;
}
export declare function init(handler: Handler): void;
//# sourceMappingURL=HelpCommand.d.ts.map