i fucked shit up like baddly

This commit is contained in:
WhatDidYouExpect 2025-03-16 16:49:31 +01:00
parent 01ba29c944
commit ef93452d1c
2 changed files with 6 additions and 4 deletions

2
.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
.env
__pycache__

View file

@ -30,9 +30,9 @@ ALIVEPING = os.getenv("ALIVEPING")
IGNOREWARNING = False IGNOREWARNING = False
song = os.getenv("song") song = os.getenv("song")
arch = platform.machine() arch = platform.machine()
RED = "\033[31mError: " RED = "\033[31m"
GREEN = "\033[32mSuccess: " GREEN = "\033[32m"
YELLOW = "\033[33mWarning: " YELLOW = "\033[33m"
DEBUG = "\033[1;30mDebug: " DEBUG = "\033[1;30m"
RESET = "\033[0m" RESET = "\033[0m"