@averagehelper/corde
Version:
A simple library for Discord bot tests. (Republished fork to demonstrate a bugfix)
9 lines (8 loc) • 384 B
TypeScript
export { CordeClientError } from "./cordeClientError";
export { DiscordError } from "./discordError";
export { FileError } from "./fileError";
export { ConfigError } from "./configError";
export { PropertyError } from "./propertyError";
export { TypeError } from "./typeError";
export { TimeoutError } from "./timeoutError";
export { QueueFunctionError } from "./queueFunctionError";