💬 Connect to Discord
To access the shared chat channel, connect your Discord account.
‘;
} else {
$discord_username = htmlspecialchars($_SESSION[‘discord_username’]);
$avatar_hash = $_SESSION[‘discord_avatar’];
$discord_id = $_SESSION[‘discord_id’];
$avatar_url = “https://cdn.discordapp.com/avatars/$discord_id/$avatar_hash.png”;
$discordSection = ‘
👤 Discord Linked
‘ . $discord_username . ‘
‘;
}
echo $discordSection;
?>