Sonntag, 1. Juli 1973

Discord

Fehler beim Abrufen der Discord-Daten.
'; return; } $data = json_decode($response, true); // prüfen if (!isset($data['channels']) || !isset($data['members'])) { echo '
Keine gültigen Daten von Discord.
'; return; } // Channels sortieren usort($data['channels'], function($a, $b) { return $a['position'] <=> $b['position']; }); // Farben für Status $statusColors = [ "online" => "style='color:#43b581;'", // grün "idle" => "style='color:#faa61a;'", // gelb "dnd" => "style='color:#f04747;'", // rot "offline" => "style='color:#747f8d;'", // grau ]; ?>

🎧 Discord Voice-Channels

Niemand im Channel

  • avatar >●