diff --git a/commands/estimate.js b/commands/estimate.js index bb3e8c9..6a9ce1d 100644 --- a/commands/estimate.js +++ b/commands/estimate.js @@ -140,7 +140,7 @@ exports.run = async (client, message, args) => { message.channel.send( `Hmm... I estimate your **${gameValue} ${returnKeyWord}** to be worth approximately ${ estimatedPrice > 499 - ? `**__${estimatedPrice}__** (auction it!)` + ? `**__${estimatedPrice}__** (atleast 1 cheater, worth auctioning)` : `**${estimatedPrice}**` } cv.\n*Take this info with a grain of salt though. Estimation is provided through looking at past trades/price checks/sheets in DDRNG. GLHF.*\n*Calc diff: ${priceDiffFromTable}*.` );