update no provided player embed title
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 56s

This commit is contained in:
Lee 2024-04-17 17:28:39 +01:00
parent 6e61fa4aa4
commit 158bf22f1b

@ -18,7 +18,7 @@ export async function generateMetadata({ params: { id } }: Params): Promise<Meta
try {
if (!id || id.length === 0) {
return generateEmbed({
title: "Player Not Found",
title: "Player Lookup",
description: "Click to lookup a player.",
});
}