update embeds
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 1m8s
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 1m8s
This commit is contained in:
@ -21,9 +21,7 @@ export async function generateMetadata({ params: { id } }: Params): Promise<Meta
|
||||
const { username, uniqueId, skin } = player;
|
||||
const headPartUrl = skin.parts.head;
|
||||
|
||||
const description = `
|
||||
Username: ${username}
|
||||
UUID: ${uniqueId}`;
|
||||
const description = `UUID: ${uniqueId}\n\nClick to view more information about the player.`;
|
||||
|
||||
return generateEmbed({
|
||||
title: `${username}`,
|
||||
|
Reference in New Issue
Block a user