UNPKG

discord-bot-cli

Version:

An easy way to build a command-based discord bot with discord.js.

13 lines (12 loc) 301 B
declare const cmd: import("../models/CommandData").CommandData<{ description: string; flags: { detail: { type: "boolean"; shortcut: "d"; description: string; }; }; examples: string[]; }, Record<string, unknown>>; export default cmd;