import { default } from "https://deno.land/x/hypixel@v3.1.1/mod.ts";
Returns some statistics about Watchdog & bans.
Examples
Example 1
Example 1
const response = await client.watchdogstats();
console.log(response);
// {
// watchdog_lastMinute: 1,
// staff_rollingDaily: 3014,
// watchdog_total: 5589923,
// watchdog_rollingDaily: 4662,
// staff_total: 1874174
// }
Returns
Promise<ResultObject<Paths.Watchdogstats.Get.Responses.$200, ["success"]>>