diff options
author | Kyomotoi <[email protected]> | 2021-04-11 15:03:35 +0800 |
---|---|---|
committer | Kyomotoi <[email protected]> | 2021-04-11 15:03:35 +0800 |
commit | cbf4900c5c3b1de65e55ce480d4b453091528e84 (patch) | |
tree | 6bde5ad2d8f6f4010cb317b2b72be36f17b503d4 /config.yml | |
parent | 212424da74fecbd77c9824e422ea8b028b330c9e (diff) | |
download | ATRI-cbf4900c5c3b1de65e55ce480d4b453091528e84.tar.gz ATRI-cbf4900c5c3b1de65e55ce480d4b453091528e84.tar.bz2 ATRI-cbf4900c5c3b1de65e55ce480d4b453091528e84.zip |
🚀✨⚡️🎨🐛 正式推送
Diffstat (limited to 'config.yml')
-rw-r--r-- | config.yml | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,10 +1,10 @@ BotSelfConfig: host: "127.0.0.1" - port: 13141 + port: 55555 debug: false superusers: ["1234567890"] nickname: ["ATRI", "Atri", "atri", "亚托莉", "アトリ"] - command_start: ["", "/"] + command_start: ["/"] command_sep: ["."] session_expire_timeout: 120 @@ -17,6 +17,7 @@ AdminPage: # 待定,无用 port: 8082 NsfwCheck: # 详细请查看文档以获取帮助 - enabled: True + enabled: false + passing_rate: 0.8 host: "127.0.0.1" port: 8080 |