Skip to content

Commit

Permalink
Pause claimbot until..
Browse files Browse the repository at this point in the history
Pause the claimbot module until we get OdyseeTeam/chainquery#58 fixed and merged!
  • Loading branch information
filipnyquist authored Oct 24, 2018
1 parent de9649c commit 744772b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/modules/claimbot.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function init(discordBot_) {
}
});
setInterval(function() {
announceClaims();
//announceClaims(); pause the claim until https://github.com/lbryio/chainquery/issues/58 has been fixed.
}, 60 * 1000);
announceClaims();
});
Expand Down

0 comments on commit 744772b

Please sign in to comment.