update no provided player embed title
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 56s
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 56s
This commit is contained in:
parent
6e61fa4aa4
commit
158bf22f1b
@ -18,7 +18,7 @@ export async function generateMetadata({ params: { id } }: Params): Promise<Meta
|
|||||||
try {
|
try {
|
||||||
if (!id || id.length === 0) {
|
if (!id || id.length === 0) {
|
||||||
return generateEmbed({
|
return generateEmbed({
|
||||||
title: "Player Not Found",
|
title: "Player Lookup",
|
||||||
description: "Click to lookup a player.",
|
description: "Click to lookup a player.",
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user