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