summaryrefslogtreecommitdiff
path: root/ATRI/configs
diff options
context:
space:
mode:
authorKyomotoi <[email protected]>2022-10-16 10:11:50 +0800
committerKyomotoi <[email protected]>2022-10-16 10:11:50 +0800
commit81d7b6138d26bcf144ad78b068e9d604f7a50d46 (patch)
tree687c8b1f0716cc9c483bec044c7c83d9759f36cc /ATRI/configs
parent458e1a985c05988e8b7117f9080175d0f8bec591 (diff)
downloadATRI-81d7b6138d26bcf144ad78b068e9d604f7a50d46.tar.gz
ATRI-81d7b6138d26bcf144ad78b068e9d604f7a50d46.tar.bz2
ATRI-81d7b6138d26bcf144ad78b068e9d604f7a50d46.zip
✏️ Fix typos
Diffstat (limited to 'ATRI/configs')
-rw-r--r--ATRI/configs/config.py2
-rw-r--r--ATRI/configs/models.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/ATRI/configs/config.py b/ATRI/configs/config.py
index 4461f68..eafe3ea 100644
--- a/ATRI/configs/config.py
+++ b/ATRI/configs/config.py
@@ -57,7 +57,7 @@ class Config:
command_start=bot_conf.command_start,
command_sep=bot_conf.command_sep,
session_expire_timeout=bot_conf.session_expire_timeout,
- gocq_accoutns=gocq_conf.accounts,
+ gocq_accounts=gocq_conf.accounts,
gocq_download_domain=gocq_conf.download_version,
gocq_version=gocq_conf.download_version,
gocq_webui_username=gocq_conf.gocq_webui_username,
diff --git a/ATRI/configs/models.py b/ATRI/configs/models.py
index d0bfd50..a23d7f2 100644
--- a/ATRI/configs/models.py
+++ b/ATRI/configs/models.py
@@ -58,7 +58,7 @@ class RuntimeConfig(BaseModel):
command_start: set
command_sep: set
session_expire_timeout: int
- gocq_accoutns: list
+ gocq_accounts: list
gocq_download_domain: str
gocq_version: str
gocq_webui_username: str