From 681b8c7c8841c8c889f77bf54d1cf1ce9914c016 Mon Sep 17 00:00:00 2001 From: Kyomotoi <1172294279@qq.com> Date: Sat, 12 Sep 2020 16:46:26 +0800 Subject: [Fix] --- config.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 config.json (limited to 'config.json') diff --git a/config.json b/config.json new file mode 100644 index 0000000..420a44e --- /dev/null +++ b/config.json @@ -0,0 +1,30 @@ +{ + "HOST": "127.0.0.1", + "PORT": 8080, + "SESSION_RUNNING_EXPRESSION": "欸欸欸...能否等一下呢...ATRI处理不过来啦!", + "SESSION_CANCEL_EXPRESSION": [ + "好吧...", + "ATRI会随时待命的!毕竟我可是高性能的!", + "下次如有需要请尽管依赖ATRI吧!" + ], + "SUPERUSERS": [ + 123456789 + ], + "NICKNAME": [ + "ATRI", + "亚托莉", + "アトリ" + ], + "COMMAND_START": [ + "" + ], + "API": { + "LoliconAPI": "", + "FaceplusAPI": "", + "FaceplusSECRET": "", + "BaiduApiID": 12345678, + "BaiduApiKEY": "", + "BaiduApiSECRET": "", + "SauceNaoKEY": "" + } +} \ No newline at end of file -- cgit v1.2.3