update embed
All checks were successful
deploy / deploy (push) Successful in 58s

This commit is contained in:
Lee
2023-10-22 05:20:59 +01:00
parent e54d106a53
commit 58ddf3d79a
4 changed files with 42 additions and 1 deletions

View File

@ -117,6 +117,14 @@ export async function fetchScores(
};
}
/**
* Gets all of the players for the given player id
*
* @param playerId the id of the player
* @param searchType the type of search to perform
* @param callback a callback to call when a page is fetched
* @returns a list of scores
*/
export async function fetchAllScores(
playerId: string,
searchType: string,