Update utils.py

pull/80/head
Who? 2025-01-28 02:55:18 +10:00 committed by GitHub
parent 536d971fa9
commit ae7eedd800
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 0 deletions

View File

@ -916,6 +916,9 @@ def get_named_platform() -> str:
if main.IS_DJHOST:
return "🎡 DJHost"
if main.IS_JAMHOST:
return "🧃 JamHost"
if main.IS_ORACLE:
return "😶‍🌫️ Oracle"
@ -979,6 +982,9 @@ def get_platform_emoji() -> str:
if main.IS_DJHOST:
return BASE.format(5116472489639150735)
if main.IS_JAMHOST:
return BASE.format(5422884965593397853)
if main.IS_USERLAND:
return BASE.format(5458877818031077824)