fixed naming
This commit is contained in:
parent
4464009e1c
commit
f6497946a3
@ -1,6 +1,6 @@
|
|||||||
var loyaltybot = require('./../lib/initialize.js');
|
var loyaltybot = require('./../lib/initialize.js');
|
||||||
|
|
||||||
LoyaltyBot.initialize({
|
loyaltybot.initialize({
|
||||||
// twitch info
|
// twitch info
|
||||||
twitch : {
|
twitch : {
|
||||||
channel : 'loyalty',
|
channel : 'loyalty',
|
||||||
@ -8,7 +8,7 @@ LoyaltyBot.initialize({
|
|||||||
subscribers : 'https://spreadsheets.google.com/feeds/list/****/od6/public/basic?alt=json'
|
subscribers : 'https://spreadsheets.google.com/feeds/list/****/od6/public/basic?alt=json'
|
||||||
},
|
},
|
||||||
|
|
||||||
// currency system
|
// currency info
|
||||||
currency : {
|
currency : {
|
||||||
name : 'Points',
|
name : 'Points',
|
||||||
payrate : 15,
|
payrate : 15,
|
||||||
@ -19,6 +19,6 @@ LoyaltyBot.initialize({
|
|||||||
website : 'http://www.loyaltypoints.com'
|
website : 'http://www.loyaltypoints.com'
|
||||||
},
|
},
|
||||||
|
|
||||||
// optional
|
// optional features
|
||||||
commands: true
|
commands: true
|
||||||
});
|
});
|
Loading…
x
Reference in New Issue
Block a user