This repository has been archived on 2021-04-24. You can view files and clone it, but cannot push or open issues or pull requests.
Mikubot-2/config.json

49 lines
718 B
JSON
Raw Normal View History

2015-07-03 00:15:52 +02:00
{
"BOT_API_KEY": "",
"BIBLIA_API_KEY": "",
"GIPHY_API_KEY": "dc6zaTOxFJmzC",
2015-07-03 00:15:52 +02:00
"TIME_OFFSET": 0,
"LOCALE": "en_US",
2015-07-08 04:24:12 +02:00
"admins": [
0
],
2015-07-03 00:15:52 +02:00
"plugins": [
2015-07-11 03:50:06 +02:00
"about.lua",
2015-07-03 00:15:52 +02:00
"8ball.lua",
"admin.lua",
"bandersnatch.lua",
"btc.lua",
"calc.lua",
2015-07-05 04:51:12 +02:00
"chatter.lua",
2015-07-03 00:15:52 +02:00
"commit.lua",
"dice.lua",
"dogify.lua",
"echo.lua",
"fortune.lua",
"gImages.lua",
"giphy.lua",
"gMaps.lua",
"gSearch.lua",
"hackernews.lua",
"help.lua",
"hex.lua",
"imdb.lua",
"personality.lua",
"pokedex.lua",
2015-07-08 04:24:12 +02:00
"pun.lua",
"reaction.lua",
2015-07-03 00:15:52 +02:00
"reddit.lua",
"remind.lua",
"slap.lua",
"time.lua",
"urbandictionary.lua",
"weather.lua",
"whoami.lua",
"xkcd.lua"
2015-07-08 04:24:12 +02:00
],
"people": {
2015-07-11 05:43:30 +02:00
"55994550": "topkecleon",
2015-07-08 04:24:12 +02:00
}
2015-07-03 00:15:52 +02:00
}