💡 🗑️ remove some invalid comments in mirai adapter

This commit is contained in:
Mix
2021-02-01 16:53:06 +08:00
parent f2ab618083
commit ad3a08f514
2 changed files with 0 additions and 8 deletions

View File

@ -134,10 +134,6 @@ class WebsocketBot(Bot):
* ``driver: Driver``: 程序所使用的``Driver``
* ``config: Config``: 程序配置对象
* ``qq: int``: 要使用的Bot的QQ号 **注意: 在使用正向Websocket时必须指定该值!**
:返回:
- ``[type]``: [description]
"""
super().register(driver, config)
cls.active = True