mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-07-17 03:20:54 +00:00
websocket api
This commit is contained in:
@ -98,7 +98,8 @@ class Config(BaseConfig):
|
||||
debug: bool = False
|
||||
|
||||
# bot connection configs
|
||||
api_root: Dict[int, str] = {}
|
||||
api_root: Dict[str, str] = {}
|
||||
api_timeout: float = 60.
|
||||
access_token: Optional[str] = None
|
||||
|
||||
# bot runtime configs
|
||||
|
Reference in New Issue
Block a user