import { SkyBlock } from "https://deno.land/x/hypixel@v3.1.1/mod.ts";
Returns SkyBlock news, including a title, description and a thread.
Examples
Example 1
Example 1
const news = await client.skyblock.news();
Returns
Promise<ResultArray<Paths.SkyblockNews.Get.Responses.$200, "items">>