Update utils.py

pull/101/head
Who? 2025-02-14 23:13:59 +07:00 committed by GitHub
parent f1b1371d59
commit 8fa0be918d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 6 deletions

View File

@ -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)