🚧 move cqhttp config into adapter

This commit is contained in:
yanyongyu
2021-01-12 17:55:27 +08:00
parent 719858168e
commit 9d047daef5
3 changed files with 24 additions and 4 deletions

View File

@ -276,6 +276,9 @@ class Config(BaseConfig):
SESSION_EXPIRE_TIMEOUT=P[DD]DT[HH]H[MM]M[SS]S # ISO 8601
"""
# adapter configs
# adapter configs are defined in adapter/config.py
# custom configs
# custom configs can be assigned during nonebot.init
# or from env file using json loads