mirror of
https://github.com/LBRYFoundation/lbry-tipbot.git
synced 2025-08-23 16:57:24 +00:00
Update tipbot.js
This commit is contained in:
parent
d91b1b27c8
commit
88a76c0ba0
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
const bitcoin = require('bitcoin');
|
||||
let config = require('config');
|
||||
let spamchannel = config.get('sandboxchannel');
|
||||
let privatechannel = config.get('privatechannel');
|
||||
let regex = require('regex');
|
||||
let lbrycrdConfig = config.get('lbrycrd');
|
||||
const lbry = new bitcoin.Client(lbrycrdConfig);
|
||||
|
|
Loading…
Add table
Reference in a new issue