UNPKG

@averagehelper/corde

Version:

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

9 lines (8 loc) 384 B
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";