import { default } from "https://deno.land/x/hypixel@v3.1.1/mod.ts";
Returns the current player count along with the player count of each public game + mode on the server.
Examples
Example 1
Example 1
const response = await client.gameCounts();
console.log(response);
Returns
Promise<ResultObject<Paths.GameCounts.Get.Responses.$200, ["success"]>>