UNPKG

discord-bot-cli

Version:

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

6 lines (5 loc) 142 B
import { Command } from "../../Command"; export interface CommandRawList { readonly command: Command; readonly description: string; }