💬 💡 rename MiraiBot to Bot, fix a comment style

This commit is contained in:
Mix
2021-02-01 14:24:45 +08:00
parent 6c0b20e5b7
commit 5a63827f22
6 changed files with 38 additions and 18 deletions

View File

@ -257,12 +257,14 @@ class MessageSegment(BaseMessageSegment):
:参数:
* ``name: str``: 戳一戳的类型
- "Poke": 戳一戳
- "ShowLove": 比心
- "Like": 点赞
- "Heartbroken": 心碎
- "SixSixSix": 666
- "FangDaZhao": 放大招
* ``Poke``: 戳一戳
* ``ShowLove``: 比心
* ``Like``: 点赞
* ``Heartbroken``: 心碎
* ``SixSixSix``: 666
* ``FangDaZhao``: 放大招
"""
return cls(type=MessageType.POKE, name=name)