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 {