add veryyyy basic docs renderer
This commit is contained in:
@ -93,7 +93,8 @@ export async function generateMetadata({ params: { platform, hostname } }: Param
|
||||
description += "Click to view more information about the server.";
|
||||
|
||||
return generateEmbed({
|
||||
title: `${capitalizeFirstLetter(platform)} Server: ${serverHostname}`,
|
||||
title: `${serverHostname} ${capitalizeFirstLetter(platform)} Server`,
|
||||
embedTitle: `${capitalizeFirstLetter(platform)} Server: ${serverHostname}`,
|
||||
description: description,
|
||||
image: favicon,
|
||||
});
|
||||
|
Reference in New Issue
Block a user