summaryrefslogtreecommitdiff
path: root/ATRI/configs/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'ATRI/configs/models.py')
-rw-r--r--ATRI/configs/models.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/ATRI/configs/models.py b/ATRI/configs/models.py
index 8043f8a..e81a633 100644
--- a/ATRI/configs/models.py
+++ b/ATRI/configs/models.py
@@ -27,6 +27,8 @@ class WithGoCQHTTP(BaseModel):
accounts: List[GoCQHTTPAccountList]
download_domain: str
download_version: str
+ gocq_webui_username: str
+ gocq_webui_password: str
class SauceNAO(BaseModel):
@@ -52,9 +54,12 @@ class RuntimeConfig(BaseModel):
debug: bool
superusers: set
nickname: set
+ onebot_access_token: str
command_start: set
command_sep: set
session_expire_timeout: int
gocq_accoutns: list
gocq_download_domain: str
gocq_version: str
+ gocq_webui_username: str
+ gocq_webui_password: str \ No newline at end of file