Last active
September 6, 2015 00:52
-
-
Save binaryatrocity/bb34683342a8f74d3e0f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var bot = require('./../lib/initialize.js'); | |
bot.initialize({ | |
twitch: { | |
channel: 'llamadownunder', | |
bot: {name: 'LlamaDUBot', password: ''}, | |
subscribers: '' | |
}, | |
currency: { | |
name: 'Bugattis', | |
payrate: 30, | |
host: '127.0.0.1', | |
user: 'root', | |
password: '', | |
database: 'llama_bot', | |
modpowers: true, | |
website: 'http://llama.dotanoobs.com', | |
sub_ty_msg: 'Welcome to the Llama Bracket.', | |
}, | |
web: { | |
port: 8010, | |
slogan: 'Test', | |
logo: 'llama.jpg', | |
twitter: 'llamadownunder', | |
chatlog: true, | |
statdir: 'llamadownunder', | |
fanart: [ | |
], | |
}, | |
commands: true, | |
exchanges: {}, | |
ignorelist: ['jtv', 'llamadubot', 'moobot', 'nightbot'] | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment