From 5cff410320a0055c7001a48601b11e3b514e7b32 Mon Sep 17 00:00:00 2001 From: koneko <67551503+koneko@users.noreply.github.com> Date: Fri, 8 Aug 2025 11:38:44 +0200 Subject: [PATCH] sss --- commands/estimate.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}*.` );