From 9a56799a8ee89798968970a15e8d3e320a9cfc50 Mon Sep 17 00:00:00 2001 From: Jacob Date: Sun, 4 Aug 2024 19:30:01 +0800 Subject: [PATCH] Add back removed function --- typings/index.d.ts | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/typings/index.d.ts b/typings/index.d.ts index 61cf5746..71ea7f43 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -1236,6 +1236,16 @@ declare module 'hypixel-api-reborn' { includeItemBytes?: boolean, options?: methodOptions ): Promise; + /** + * Allows you to get skyblock auctions + * @param {string|number|number[]} page - "*", a page number, or an array with the start and the end page number ( automatically sorted ) + * @param {auctionsOptions} [options={}] Options + * @return {Promise<{info:AuctionInfo,auctions:Auction[]}>} + */ + getSkyblockAuctions( + page: string | number | number[], + options: auctionsOptions + ): Promise<{ info: AuctionInfo; auctions: Auction[] }>; /** * @description Allows you to get all auctions of player * @param {string} query - player nickname or uuid