Version: 2.3.0
nonebot.drivers.none
None 驱动适配
提示
本驱动不支持任何服务器或客户端连接
class Driver(env, config)
property type
类型: str
说明: 驱动名称:
none
property logger
类型: untyped
说明: none driver 使用的 logger
method run(*args, **kwargs)
说明: 启动 none driver
参数
*args
**kwargs
返回
- untyped
method exit(force=False)
说明: 退出 none driver
参数
force
(bool): 强制退出
返回
- untyped