Skip to content

Instantly share code, notes, and snippets.

@binaryatrocity
Last active September 6, 2015 00:52
Show Gist options
  • Save binaryatrocity/bb34683342a8f74d3e0f to your computer and use it in GitHub Desktop.
Save binaryatrocity/bb34683342a8f74d3e0f to your computer and use it in GitHub Desktop.
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