From aa193aa6a623a93ffd5f7ca874d685da49b6ed45 Mon Sep 17 00:00:00 2001 From: koneko <67551503+koneko@users.noreply.github.com> Date: Wed, 27 Aug 2025 18:45:04 +0200 Subject: [PATCH] useless --- bot/commands/estimate.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bot/commands/estimate.js b/bot/commands/estimate.js index 191f0f4..ec4ec3f 100644 --- a/bot/commands/estimate.js +++ b/bot/commands/estimate.js @@ -70,7 +70,9 @@ exports.run = async (client, message, args) => { } = data; let stringprice; if (estimatedPrice > 499) { - stringprice = `**__${estimatedPrice}__** (atleast 1 cheater, worth auctioning)`; + stringprice = `a fair amount of (honestly no idea, sheet just says auction/rare )`; + closestInTable.val = "auction"; + closestInTable.diff = "it"; } else if (estimatedPrice == 0) { stringprice = "**0** (<:TavKeep:1179145911180480563>)"; } else {