feat(status): add emoji support for RYZEN and XEON hosts in status monitoring

This commit is contained in:
2025-10-31 08:06:48 +01:00
parent 4bb33bea89
commit 17c00211da
2 changed files with 89 additions and 71 deletions

View File

@@ -6,6 +6,9 @@ CLIENT_ID=your_discord_client_id_here
EMOJI_STATUS_ONLINE=<a:online:1432684754276323431>
EMOJI_STATUS_OFFLINE=<a:offline:1432684900175183882>
EMOJI_RYZEN=<:ryzen:1433711892009848833>
EMOJI_XEON=<:xeon:1433711864168054855>
# Database Configuration
DB_HOST=localhost
DB_PORT=5432