import { default } from "https://deno.land/x/hypixel@v3.1.1/mod.ts";
The raw query method used by this library. You may use this if you need to use an undocumented method with this library.
Examples
Getting the ID of a guild using the findGuild method.
Getting the ID of a guild using the findGuild method.
const response = await client.call("findGuild", { byName: "Mini Squid" });
console.log(response);
// { success: true, guild: '553490650cf26f12ae5bac8f' }
Parameters
optional
parameters: Parameters = [UNSUPPORTED]Any search parameters you want to use.