mirror of
https://github.com/LBRYFoundation/lbry-wunderbot.git
synced 2025-09-10 12:29:45 +00:00
Merge pull request #221 from lbryio/filipnyquist-patch-6
Pause claimbot until..
This commit is contained in:
commit
9f32f4bf47
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ function init(discordBot_) {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
setInterval(function() {
|
setInterval(function() {
|
||||||
announceClaims();
|
//announceClaims(); pause the claim until https://github.com/lbryio/chainquery/issues/58 has been fixed.
|
||||||
}, 60 * 1000);
|
}, 60 * 1000);
|
||||||
announceClaims();
|
announceClaims();
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue