From 22af4f2b27816a235d6fe11eff97113e507479ab Mon Sep 17 00:00:00 2001 From: HibiKier <45528451+HibiKier@users.noreply.github.com> Date: Sun, 3 Oct 2021 14:39:12 +0800 Subject: [PATCH] Update config.py --- configs/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/config.py b/configs/config.py index 85c72659..a727a572 100644 --- a/configs/config.py +++ b/configs/config.py @@ -108,7 +108,7 @@ HIBIAPI_BOOKMARKS: int = 5000 # 需要为哪些群更新最新版gocq吗?(上传最新版gocq) # 示例:[434995955, 239483248] -UPDATE_GOCQ_GROUP: List[int] = [774261838] +UPDATE_GOCQ_GROUP: List[int] = [] # 是否存储色图 DOWNLOAD_SETU: bool = True