corde
Version:
A simple library for Discord bot tests
23 lines (22 loc) • 605 B
TypeScript
/**
* Contains the definition for all generic errors messages and names
* used in Corde.
*/
export declare const Errors: {
CONFIG_ERROR: string;
CONFIG_ERROR_MESSAGE: string;
TIMEOUT_ERROR: string;
TIMEOUT_ERROR_MESSAGE: string;
QUEUE_FUNCTION_ERROR: string;
QUEUE_FUNCTION_ERROR_MESSAGE: string;
CORDE_CLIENT_ERROR: string;
CORDE_CLIENT_ERROR_MESSAGE: string;
DISCORD_ERROR: string;
DISCORD_ERROR_MESSAGE: string;
FILE_ERROR: string;
FILE_ERROR_MESSAGE: string;
PROPERTY_ERROR: string;
PROPERTY_ERROR_MESSAGE: string;
TYPE_ERROR: string;
TYPE_ERROR_MESSAGE: string;
};