UNPKG

commandbot

Version:

A framework that helps you create your own Discord bot easier.

4 lines (3 loc) 209 B
import { ChatCommand } from "../commands/ChatCommand.js"; import { SubCommand } from "../commands/SubCommand.js"; export declare const generateUsageFromArguments: (cmd: ChatCommand | SubCommand) => string;