Browse Source

fixed naming

master
Steve Saldivar 11 years ago
parent
commit
f6497946a3
  1. 6
      users/example.js

6
users/example.js

@ -1,6 +1,6 @@
var loyaltybot = require('./../lib/initialize.js');
LoyaltyBot.initialize({
loyaltybot.initialize({
// twitch info
twitch : {
channel : 'loyalty',
@ -8,7 +8,7 @@ LoyaltyBot.initialize({
subscribers : 'https://spreadsheets.google.com/feeds/list/****/od6/public/basic?alt=json'
},
// currency system
// currency info
currency : {
name : 'Points',
payrate : 15,
@ -19,6 +19,6 @@ LoyaltyBot.initialize({
website : 'http://www.loyaltypoints.com'
},
// optional
// optional features
commands: true
});
Loading…
Cancel
Save