A Twitch.tv viewer reward and games system.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

24 lines
637 B

var loyaltybot = require('./../lib/initialize.js');
loyaltybot.initialize({
// twitch info
twitch : {
channel : 'loyaltybot',
bot : {name: 'LoyaltyBot', password: 'password'},
subscribers : 'https://spreadsheets.google.com/feeds/list/****/od6/public/basic?alt=json'
},
// currency info
currency : {
name : 'Points',
payrate : 15,
host : '1.1.1.1',
user : 'loyalty',
password : 'pass',
database : 'loyaltypoints',
website : 'http://www.loyaltypoints.com'
},
// optional features
commands: true
});