added cats!

minor fixes to a bunch of stuff
This commit is contained in:
topkecleon
2015-08-23 02:46:34 -04:00
parent 2e31f2f604
commit 2e01ceec71
12 changed files with 87 additions and 20 deletions

View File

@@ -2,6 +2,7 @@ return {
bot_api_key = '',
lastfm_api_key = '',
biblia_api_key = '',
thecatapi_key = '',
giphy_api_key = 'dc6zaTOxFJmzC',
time_offset = 0,
locale = dofile('loc/en.lua'),
@@ -23,6 +24,7 @@ return {
'imdb.lua',
'urbandictionary.lua',
'hackernews.lua',
'cats.lua',
'time.lua',
'weather.lua',
'calc.lua',