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