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

This commit is contained in:
2025-08-08 11:38:44 +02:00
parent 61b83d6df1
commit 5cff410320

View File

@ -140,7 +140,7 @@ exports.run = async (client, message, args) => {
message.channel.send( message.channel.send(
`Hmm... I estimate your **${gameValue} ${returnKeyWord}** to be worth approximately ${ `Hmm... I estimate your **${gameValue} ${returnKeyWord}** to be worth approximately ${
estimatedPrice > 499 estimatedPrice > 499
? `**__${estimatedPrice}__** (auction it!)` ? `**__${estimatedPrice}__** (atleast 1 cheater, worth auctioning)`
: `**${estimatedPrice}**` : `**${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}*.` } 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}*.`
); );