Fixes to default config file.

This commit is contained in:
topkecleon 2015-08-08 21:52:56 -04:00
parent 1a0b61814e
commit f105e594a1

View File

@ -1,12 +1,12 @@
return { return {
bot_api_key = '', bot_api_key = '',
lastfm_api_key = '' lastfm_api_key = '',
biblia_api_key = '', biblia_api_key = '',
giphy_api_key = 'dc6zaTOxFJmzC', giphy_api_key = 'dc6zaTOxFJmzC',
time_offset = 0, time_offset = 0,
locale = dofile('loc/en.lua'), locale = dofile('loc/en.lua'),
admins = { admins = {
0 [0] = 'name'
}, },
blacklist = load_data('blacklist.json'), blacklist = load_data('blacklist.json'),
plugins = { plugins = {