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:
@ -62,10 +62,7 @@ export async function generateMetadata({ params: { platform, hostname } }: Param
|
||||
|
||||
const favicon = server ? getFavicon(platform, server) : undefined;
|
||||
|
||||
const description = `
|
||||
${capitalizeFirstLetter(platform)} Server
|
||||
Hostname: ${serverHostname}
|
||||
${players.online}/${players.max} players online`;
|
||||
const description = `Hostname: ${serverHostname}\n${players.online}/${players.max} players online\n\nClick to view more information about the player.`;
|
||||
|
||||
return generateEmbed({
|
||||
title: `${serverHostname}`,
|
||||
|
Reference in New Issue
Block a user