UNPKG

discord-bot-cli

Version:

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

13 lines (12 loc) 666 B
import { DeepPartial } from "./utils/DeepPartial"; import { CommandSetOptions } from "./models/CommandSetOptions"; export { makeCommand } from "./other/makeCommand"; export { Command } from "./models/Command"; export { CommandSet } from "./models/CommandSet"; export { CommandSetOptions } from "./models/CommandSetOptions"; export { CommandResult } from "./models/CommandResult"; export { Localization } from "./models/localization/Localization"; export declare type PartialCommandSetOptions = DeepPartial<CommandSetOptions>; export * as HelpUtils from "./other/HelpUtils"; export * as ListUtils from "./other/ListUtils"; export { enableDebugLogs } from "./logger";