This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user