forked from gooberinc/goober
v2.1.0 - added fireboard cog and fixed a few tiny bugs/mistakes
This commit is contained in:
parent
2b4c6bcf14
commit
d2e272fc3a
8 changed files with 1784 additions and 10 deletions
|
@ -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"})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue