Archived
1
0
Fork 0

Update message.py

This commit is contained in:
yzhh 2023-05-18 18:11:22 +08:00
parent 9c9fc3d8c2
commit b89aae8431

View file

@ -108,7 +108,9 @@ class MessageSession(MS):
return False
def asDisplay(self, text_only=False):
if self.session.message.text:
return self.session.message.text
return ''
async def toMessageChain(self):
lst = []