summaryrefslogtreecommitdiff
path: root/ATRI/configs/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'ATRI/configs/config.py')
-rw-r--r--ATRI/configs/config.py2
1 files changed, 1 insertions, 1 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,