aboutsummaryrefslogtreecommitdiff
path: root/src/hypixel.ts
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2022-07-02 15:13:05 -0500
committermat <github@matdoes.dev>2022-07-02 15:13:05 -0500
commitd1f434f53c73c4b7f6327b168f38441732a4a843 (patch)
tree453db07fca9dd0b9bb0a201c9a239b8baa0d9852 /src/hypixel.ts
parentaff11215ac2587d36f92b80c26a5f5d56f9c9b5e (diff)
downloadskyblock-api-d1f434f53c73c4b7f6327b168f38441732a4a843.tar.gz
skyblock-api-d1f434f53c73c4b7f6327b168f38441732a4a843.tar.bz2
skyblock-api-d1f434f53c73c4b7f6327b168f38441732a4a843.zip
auction item lore
i sure hope this doesn't go terribly wrong and use up a bunch of space
Diffstat (limited to 'src/hypixel.ts')
-rw-r--r--src/hypixel.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hypixel.ts b/src/hypixel.ts
index 7689b55..70753f7 100644
--- a/src/hypixel.ts
+++ b/src/hypixel.ts
@@ -404,6 +404,7 @@ export async function periodicallyFetchRecentlyEndedAuctions() {
id: auction.id,
ts: Math.floor(auction.timestamp / 1000),
bin: auction.bin,
+ lore: auction.item.display.lore.join('\n')
}
// make sure the auction isn't already in there
if (!auctions.find((a) => a.id === simpleAuction.id)) {