UNPKG

discord-bot-cli

Version:

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

5 lines (4 loc) 116 B
import { CommandRawList } from "./CommandRawList"; export interface ListRawData { commands: CommandRawList[]; }