bugfix
This commit is contained in:
parent
a1a4978a1b
commit
f7f2fa5eed
@ -1,9 +1,9 @@
|
|||||||
return {
|
return {
|
||||||
bot_api_key = '', -- Put your Telegram bot API key here
|
bot_api_key = '',
|
||||||
biblia_api_key = '', -- For bible.lua; get one at biblia.com
|
biblia_api_key = '',
|
||||||
giphy_api_key = 'dc6zaTOxFJmzC', -- Public test key
|
giphy_api_key = 'dc6zaTOxFJmzC',
|
||||||
time_offset = 0, -- Offset to be added/subtracted to match UTC
|
time_offset = 0,
|
||||||
locale = require('loc.en'),
|
locale = dofile('loc.en'),
|
||||||
admins = {
|
admins = {
|
||||||
0
|
0
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user