color escape codes
This commit is contained in:
parent
4aff37dfce
commit
713e21abf4
1 changed files with 5 additions and 0 deletions
|
@ -23,4 +23,9 @@ MEMORY_FILE = "memory.json"
|
||||||
DEFAULT_DATASET_FILE = "defaultdataset.json"
|
DEFAULT_DATASET_FILE = "defaultdataset.json"
|
||||||
MEMORY_LOADED_FILE = "MEMORY_LOADED"
|
MEMORY_LOADED_FILE = "MEMORY_LOADED"
|
||||||
ALIVEPING = os.getenv("ALIVEPING")
|
ALIVEPING = os.getenv("ALIVEPING")
|
||||||
|
IGNOREWARNING = True
|
||||||
song = os.getenv("song")
|
song = os.getenv("song")
|
||||||
|
RED = "\033[31m"
|
||||||
|
GREEN = "\033[32m"
|
||||||
|
YELLOW = "\033[33m"
|
||||||
|
RESET = "\033[0m"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue