💡 🗑️ 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

View File

@ -161,10 +161,6 @@ class MessageSegment(BaseMessageSegment):
* ``image_id: Optional[str]``: 图片的image_id群图片与好友图片格式不同不为空时将忽略url属性
* ``url: Optional[str]``: 图片的URL发送时可作网络图片的链接
* ``path: Optional[str]``: 图片的路径发送本地图片
:返回:
- ``[type]``: [description]
"""
return cls(type=MessageType.IMAGE, imageId=image_id, url=url, path=path)