summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyomotoi <[email protected]>2022-10-14 09:37:48 +0800
committerKyomotoi <[email protected]>2022-10-14 09:37:48 +0800
commit15fd8d947aed102d325ff286196870a5eb00c61f (patch)
treeedf396cdefdfdc4a882e700d5b880ec714840655
parent212f71a611ddeab1dd7c2d64fae997d24082d922 (diff)
downloadATRI-15fd8d947aed102d325ff286196870a5eb00c61f.tar.gz
ATRI-15fd8d947aed102d325ff286196870a5eb00c61f.tar.bz2
ATRI-15fd8d947aed102d325ff286196870a5eb00c61f.zip
🚑️ 规范设置内容
-rw-r--r--ATRI/configs/default_config.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/ATRI/configs/default_config.yml b/ATRI/configs/default_config.yml
index fbc6720..37db00d 100644
--- a/ATRI/configs/default_config.yml
+++ b/ATRI/configs/default_config.yml
@@ -5,10 +5,10 @@ BotConfig:
host: "127.0.0.1"
port: 20000
debug: false
- superusers: {"1234567890"}
- nickname: {"ATRI", "Atri", "atri", "亚托莉", "アトリ"}
- command_start: {"", "/"}
- command_sep: {"."}
+ superusers: ["1234567890"]
+ nickname: ["ATRI", "Atri", "atri", "亚托莉", "アトリ"]
+ command_start: ["", "/"]
+ command_sep: ["."]
session_expire_timeout: 60
access_token: ""
proxy: ""