diff --git a/hashbot.js b/hashbot.js index 84d4c7f..92b368a 100644 --- a/hashbot.js +++ b/hashbot.js @@ -14,7 +14,7 @@ function init(slackbot, channel) { setInterval(function() { sendMiningInfo(slackbot, channel); }, 3600000); - sendMiningInfo(slackbot, channel); +// sendMiningInfo(slackbot, channel); } } @@ -61,4 +61,4 @@ function sendMiningInfo(slackbot, channel) { function numberWithCommas(x) { return x.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ","); -} \ No newline at end of file +}