🔊 improve message logging

This commit is contained in:
Mix
2021-02-07 12:40:31 +08:00
parent 24349953e3
commit 382a9b6e12
3 changed files with 11 additions and 11 deletions

View File

@ -253,7 +253,6 @@ class Bot(BaseBot):
* ``message: Union[MessageChain, MessageSegment, str]``: 要发送的消息
* ``at_sender: bool``: 是否 @ 事件主体
"""
print(event, message, at_sender)
if not isinstance(message, MessageChain):
message = MessageChain(message)
if isinstance(event, FriendMessage):