UNPKG

@averagehelper/corde

Version:

A simple library for Discord bot tests. (Republished fork to demonstrate a bugfix)

11 lines (10 loc) 330 B
/** * Related to a [Discord.js](https://discord.js.org/#/docs/main/stable/general/welcome) error. */ export declare class DiscordError extends Error { /** * Throws when any type of operation executed by discord.js fails. * @param message Custom message for this error. */ constructor(message?: string); }