disable hash message on startup
This commit is contained in:
parent
138153a706
commit
76d7bdcdd6
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ function init(slackbot, channel) {
|
||||||
setInterval(function() {
|
setInterval(function() {
|
||||||
sendMiningInfo(slackbot, channel);
|
sendMiningInfo(slackbot, channel);
|
||||||
}, 3600000);
|
}, 3600000);
|
||||||
sendMiningInfo(slackbot, channel);
|
// sendMiningInfo(slackbot, channel);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue