File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments