From 2676f35a5bc888b2fb2bed70025399421edc67dd Mon Sep 17 00:00:00 2001 From: Ralph Date: Sun, 13 Oct 2019 01:43:05 -0400 Subject: [PATCH] Update stats.js --- bot/modules/stats.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bot/modules/stats.js b/bot/modules/stats.js index 488fb56..dea6775 100644 --- a/bot/modules/stats.js +++ b/bot/modules/stats.js @@ -12,8 +12,8 @@ exports.stats = { if (error || response.statusCode !== 200) { msg.channel.send('coingecko API is not available'); } else { - //console.log(response); - //console.log(response.body[0]); + // console.log(response); + // console.log(response.body[0]); let data = response.body[0]; let rank = data.market_cap_rank; let price_btc = Number(data.current_price);