Update utils.py

pull/50/head
Who? 2024-12-26 11:09:09 +07:00 committed by GitHub
parent 97f4696f71
commit 64d5a47855
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 0 deletions

View File

@ -912,6 +912,9 @@ def get_named_platform() -> str:
if main.IS_WSL:
return "🍀 WSL"
if main.IS_DJHOST:
return "🎡 DJHost"
if main.IS_ORACLE:
return "😶‍🌫️ Oracle"
@ -970,6 +973,9 @@ def get_platform_emoji() -> str:
if main.IS_HIKKAHOST:
return BASE.format(5395745114494624362)
if main.IS_DJHOST:
return BASE.format(5352678227582152630)
if main.IS_ORACLE:
return BASE.format(5195381467047288408)