Fixes to default config file.
This commit is contained in:
parent
1a0b61814e
commit
f105e594a1
@ -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 = {
|
||||||
|
Reference in New Issue
Block a user