mirror of https://github.com/coddrago/Heroku
Update utils.py
parent
f1b1371d59
commit
8fa0be918d
|
@ -931,9 +931,6 @@ def get_named_platform() -> str:
|
|||
if main.IS_SERV00:
|
||||
return "💎 Serv00"
|
||||
|
||||
if main.IS_TOTHOST:
|
||||
return f"💘 ToTHost {os.environ['TOTHOST_RATE']}"
|
||||
|
||||
if main.IS_AEZA:
|
||||
return "🛡 Aeza"
|
||||
|
||||
|
@ -974,9 +971,6 @@ def get_platform_emoji() -> str:
|
|||
)
|
||||
)
|
||||
|
||||
if main.IS_TOTHOST:
|
||||
return BASE.format(5372887118156683469)
|
||||
|
||||
if main.IS_HIKKAHOST:
|
||||
return BASE.format(5395745114494624362)
|
||||
|
||||
|
|
Loading…
Reference in New Issue