UNPKG

discord-bot-cli

Version:

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

11 lines (10 loc) 257 B
declare const cmd: import("../models/CommandData").CommandData<{ description: string; rest: { type: "string"; name: string; description: string; }; examples: string[]; }, Record<string, unknown>>; export default cmd;