This commit is contained in:
@ -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}*.`
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user