BPD Buddy Dashboard

💬 Connect to Discord

To access the shared chat channel, connect your Discord account.

Connect Discord

‘;
} 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

avatar ‘ . $discord_username . ‘

‘;
}

echo $discordSection;
?>