useless
All checks were successful
Deploy bot / build-and-deploy (push) Successful in 26s

This commit is contained in:
2025-08-27 18:45:04 +02:00
parent 2a313e66d6
commit aa193aa6a6

View File

@ -70,7 +70,9 @@ exports.run = async (client, message, args) => {
} = data; } = data;
let stringprice; let stringprice;
if (estimatedPrice > 499) { 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) { } else if (estimatedPrice == 0) {
stringprice = "**0** (<:TavKeep:1179145911180480563>)"; stringprice = "**0** (<:TavKeep:1179145911180480563>)";
} else { } else {