v2.1.0 - added fireboard cog and fixed a few tiny bugs/mistakes

This commit is contained in:
Charlie 2025-07-07 14:17:18 -04:00
parent 2b4c6bcf14
commit d2e272fc3a
8 changed files with 1784 additions and 10 deletions

View file

@ -70,7 +70,7 @@ def register_name(NAME):
if os.getenv("gooberTOKEN"):
return
# Name taken: print error and exit
print(f"{RED}{(_('name_taken'))}{gv.RESET}")
print(f"{gv.RED}{(_('name_taken'))}{gv.RESET}")
quit()
# Register the name
response = requests.post(f"{gv.VERSION_URL}/register", json={"name": NAME}, headers={"Content-Type": "application/json"})