import { default } from "https://deno.land/x/hypixel@v3.1.1/mod.ts";
Returns a list of the official leaderboards and their current standings for games on the network.
Examples
Example 1
Example 1
const leaderboards = await client.leaderboards();
console.log(leaderboards);
Returns
Promise<ResultObject<Paths.Leaderboards.Get.Responses.$200, ["leaderboards"]>>