Added emojo for userland

pull/59/head
Who? 2025-01-03 15:03:54 +07:00 committed by GitHub
parent 4f4e320f5a
commit 5b1ec42cc5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 0 deletions

View File

@ -922,6 +922,9 @@ def get_named_platform() -> str:
if main.IS_AWS:
return "😶‍🌫️ AWS"
if main.IS_USERLAND:
return "🐧 UserLand"
if main.IS_SERV00:
return "💎 Serv00"
@ -977,6 +980,9 @@ def get_platform_emoji() -> str:
if main.IS_DJHOST:
return BASE.format(5116472489639150735)
if main.IS_USERLAND:
return BASE.format(5458877818031077824)
if main.IS_ORACLE:
return BASE.format(5195381467047288408)