fix embed color
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 1m4s
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 1m4s
This commit is contained in:
parent
e793d0eb39
commit
21e1a0e596
@ -11,6 +11,6 @@ export async function isValidPlayer(id: string): Promise<boolean> {
|
||||
await getPlayer(id);
|
||||
return true;
|
||||
} catch {
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
@ -12,6 +12,6 @@ export async function isValidServer(platform: ServerPlatform, query: string): Pr
|
||||
await getServer(platform, query);
|
||||
return true;
|
||||
} catch {
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user