mirror of
https://github.com/Myxelium/RandomMemerBot.git
synced 2026-07-09 06:25:08 +00:00
Larger refactoring and added avoidlist
This commit is contained in:
7
helpers/logger-colors.ts
Normal file
7
helpers/logger-colors.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
export class LoggerColors {
|
||||
public static readonly Green: string = "\x1b[32m%s\x1b[0m";
|
||||
public static readonly Yellow: string = "\x1b[33m%s\x1b[0m";
|
||||
public static readonly Cyan: string = "\x1b[36m%s\x1b[0m";
|
||||
public static readonly Red: string = "\x1b[31m%s\x1b[0m";
|
||||
public static readonly Teal: string = "\x1b[35m%s\x1b[0m";
|
||||
}
|
||||
Reference in New Issue
Block a user