File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ const bitcoin = require('bitcoin'); //leave as const bitcoin = require('bitcoin'
55let Regex = require ( 'regex' ) ,
66 config = require ( 'config' ) ,
77 spamchannels = config . get ( 'moderation' ) . botspamchannels ;
8- config = config . get ( 'doged' ) ;
8+ let config = config . get ( 'doged' ) ;
99const doge = new bitcoin . Client ( config ) ; //leave as = new bitcoin.Client(config)
1010
1111exports . commands = [ 'tipdoge' ] ;
Original file line number Diff line number Diff line change 22Simply find and replace instances below with the coin and symbol you want to use!
33search and replace with case sensitivity!!
44example:
5- 1. lightcoin = ethereum
5+ 1. litecoin = ethereum
662. Litecoin = Ethereum
773. ltc = eth
884. LTC = ETH
@@ -16,7 +16,7 @@ const bitcoin = require('bitcoin'); //leave as const bitcoin = require('bitcoin'
1616let Regex = require('regex'),
1717 config = require('config'),
1818 spamchannels = config.get('moderation').botspamchannels;
19- config = config.get('litecoind');
19+ let config = config.get('litecoind');
2020const litecoin = new bitcoin.Client(config); //leave as = new bitcoin.Client(config)
2121
2222exports.commands = ['tipltc'];
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ const bitcoin = require('bitcoin'); //leave as const bitcoin = require('bitcoin'
55let Regex = require ( 'regex' ) ,
66 config = require ( 'config' ) ,
77 spamchannels = config . get ( 'moderation' ) . botspamchannels ;
8- config = config . get ( 'lbryd' ) ;
8+ let config = config . get ( 'lbryd' ) ;
99const lbry = new bitcoin . Client ( config ) ; //leave as = new bitcoin.Client(config)
1010
1111exports . commands = [ 'tiplbc' ] ;
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ const bitcoin = require('bitcoin'); //leave as const bitcoin = require('bitcoin'
55let Regex = require ( 'regex' ) ,
66 config = require ( 'config' ) ,
77 spamchannels = config . get ( 'moderation' ) . botspamchannels ;
8- config = config . get ( 'ravend' ) ;
8+ let config = config . get ( 'ravend' ) ;
99const raven = new bitcoin . Client ( config ) ; //leave as = new bitcoin.Client(config)
1010
1111exports . commands = [ 'tiprvn' ] ;
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ const bitcoin = require('bitcoin');
55let Regex = require ( 'regex' ) ,
66 config = require ( 'config' ) ,
77 spamchannels = config . get ( 'moderation' ) . botspamchannels ;
8- config = config . get ( 'protond' ) ;
8+ let config = config . get ( 'protond' ) ;
99const proton = new bitcoin . Client ( config ) ;
1010
1111exports . commands = [ 'tipproton' ] ;
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ const bitcoin = require('bitcoin');
55let Regex = require ( 'regex' ) ,
66 config = require ( 'config' ) ,
77 spamchannels = config . get ( 'moderation' ) . botspamchannels ;
8- config = config . get ( 'ufod' ) ;
8+ let config = config . get ( 'ufod' ) ;
99const ufo = new bitcoin . Client ( config ) ;
1010
1111exports . commands = [ 'tipufo' ] ;
You can’t perform that action at this time.
0 commit comments