mirror of
https://github.com/zhenxun-org/zhenxun_bot.git
synced 2025-12-15 14:22:55 +08:00
修复词云bug
This commit is contained in:
parent
72e0c7fdb5
commit
67aeeea4d1
@ -123,7 +123,7 @@ async def get_list_msg(user_id, group_id, days):
|
||||
uid=user_id, gid=group_id, type_="group", days=days
|
||||
)
|
||||
if messages_list:
|
||||
messages = [i.text for i in messages_list]
|
||||
messages = [i.plain_text for i in messages_list]
|
||||
return messages
|
||||
else:
|
||||
return False
|
||||
|
||||
Loading…
Reference in New Issue
Block a user