zocteam / zeroonediscordbot

1 stars 2 forks source link

show fixed 8 decimal places btc-satoshi unit #3

Closed camenlx closed 6 years ago

camenlx commented 6 years ago

https://github.com/zocteam/zeroonediscordbot/blob/596035e7ede0e36d5df55e6dd572245f059551d6/index.js#L78

message.channel.send('The last trading price is : ' + Number(market.ticker.last).toFixed(8) + ' BTC ');