Skip to content

Commit 9a56799

Browse files
committed
Add back removed function
1 parent ce1cf42 commit 9a56799

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

typings/index.d.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1236,6 +1236,16 @@ declare module 'hypixel-api-reborn' {
12361236
includeItemBytes?: boolean,
12371237
options?: methodOptions
12381238
): Promise<Auction[]>;
1239+
/**
1240+
* Allows you to get skyblock auctions
1241+
* @param {string|number|number[]} page - "*", a page number, or an array with the start and the end page number ( automatically sorted )
1242+
* @param {auctionsOptions} [options={}] Options
1243+
* @return {Promise<{info:AuctionInfo,auctions:Auction[]}>}
1244+
*/
1245+
getSkyblockAuctions(
1246+
page: string | number | number[],
1247+
options: auctionsOptions
1248+
): Promise<{ info: AuctionInfo; auctions: Auction[] }>;
12391249
/**
12401250
* @description Allows you to get all auctions of player
12411251
* @param {string} query - player nickname or uuid

0 commit comments

Comments
 (0)