mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-07-16 02:50:48 +00:00
🚧 move cqhttp config into adapter
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user