⚗️ add forward driver aiohttp

This commit is contained in:
yanyongyu
2021-06-21 01:22:33 +08:00
parent 69cee3844e
commit b3718c3042
5 changed files with 332 additions and 16 deletions

View File

@ -62,7 +62,6 @@ class Driver(ReverseDriver):
* ``/{adapter name}/ws``: WebSocket 上报
"""
@overrides(ReverseDriver)
def __init__(self, env: Env, config: NoneBotConfig):
super().__init__(env, config)