diff --git a/hashbot.js b/hashbot.js index 92b368a..f6fe8c7 100644 --- a/hashbot.js +++ b/hashbot.js @@ -13,7 +13,7 @@ function init(slackbot, channel) { if (channel) { setInterval(function() { sendMiningInfo(slackbot, channel); - }, 3600000); + }, 6 * 60 * 60 * 1000); // sendMiningInfo(slackbot, channel); } }