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/bot/config.json

15 lines
489 B
JSON
Raw Normal View History

2014-07-04 13:41:44 +02:00
{
2014-12-24 01:38:41 +01:00
"enabled_plugins": [ "plugins.lua", "echo.lua", "hello.lua" ],
"rmtmp_delay": 20,
2014-11-22 14:46:37 +01:00
"google_api_key": "",
"log_file": "/var/www/html/log.txt",
"sh_enabled": false,
"sudo_users": [ 0, 1 ],
"twitter": {
"access_token": "",
"access_token_secret": "",
"consumer_key": "",
"consumer_secret": ""
2014-11-23 00:31:22 +01:00
}
}