update server embed
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 1m3s

This commit is contained in:
Lee 2024-04-18 09:01:10 +01:00
parent f61e46cb27
commit 2a080e28a1

@ -82,7 +82,7 @@ export async function generateMetadata({ params: { platform, hostname } }: Param
const favicon = getFavicon(platform, server); const favicon = getFavicon(platform, server);
let description = `${players.online}/${players.max} players connected!\n\n`; let description = `There is ${players.online}/${players.max} players connected!\n\n`;
description += "Click to view more information about the server."; description += "Click to view more information about the server.";
return generateEmbed({ return generateEmbed({