mirror of
https://github.com/zhenxun-org/zhenxun_bot.git
synced 2025-12-15 14:22:55 +08:00
commit
b17e0c0325
@ -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