mirror of
https://github.com/LBRYFoundation/lbry-wunderbot.git
synced 2025-08-23 17:47:27 +00:00
disable announcing claims
This commit is contained in:
parent
8a8c4ffe3d
commit
61dbeb8fe8
1 changed files with 0 additions and 2 deletions
|
@ -20,8 +20,6 @@ function init(discordBot_) {
|
|||
discordBot = discordBot_;
|
||||
console.log('Activating claimbot');
|
||||
discordBot.channels.get(channels[0]).send('activating claimbot');
|
||||
setInterval(announceClaims, 60 * 1000);
|
||||
announceClaims();
|
||||
}
|
||||
|
||||
function announceClaims() {
|
||||
|
|
Loading…
Add table
Reference in a new issue