UNPKG

simplify-cord

Version:

SimplifyCord is an unofficial extension of the 'discord.js' library. Our extension aims to simplify the development of Discord bots, promoting cleaner code and easier maintenance.

10 lines (9 loc) 430 B
export declare class Logger { static success(message: string, context?: string): void; static error(message: string, error?: any, context?: string): void; static warn(message: string, context?: string): void; static info(message: string, context?: string): void; static ready(message: string, context?: string): void; static separator(): void; static highlight(text: string, color?: string): string; }