embed test

This commit is contained in:
Braydon 2024-04-16 23:15:00 -04:00
parent 45f38396c6
commit 51b8d763c1

@ -80,7 +80,7 @@ export const generateMetadata = async ({
const player: CachedPlayer = await getPlayer(query); // Get the player to embed
return Embed({
title: `${player.username}'s Player`,
description: `UUID: ${player.uniqueId}\n\nClick to view data about this player.`,
description: `UUID: \`${player.uniqueId}\`\n\nClick to view data about this player.`,
thumbnail: player.skin.parts.HEAD,
});
} catch (err) {