import { default } from "https://deno.land/x/hypixel@v3.1.1/mod.ts";
Returns information regarding given key.
Examples
Example 1
Example 1
const key = await client.key();
console.log(key);
Returns
Promise<ResultObject<Paths.Key.Get.Responses.$200, ["record"]>>