mirror of
https://github.com/RockChinQ/QChatGPT.git
synced 2024-11-16 03:32:33 +08:00
fix: !list指令显示的是机器人第一次回复 (#264)
This commit is contained in:
parent
9cd7e49804
commit
d2c2b457e5
|
@ -234,7 +234,7 @@ def process_command(session_name: str, text_message: str, mgr, config,
|
|||
if len(msg) >= 2:
|
||||
reply_str += "#{} 创建:{} {}\n".format(i + page * 10,
|
||||
datetime_obj.strftime("%Y-%m-%d %H:%M:%S"),
|
||||
msg[1]['content'])
|
||||
msg[0]['content'])
|
||||
else:
|
||||
reply_str += "#{} 创建:{} {}\n".format(i + page * 10,
|
||||
datetime_obj.strftime("%Y-%m-%d %H:%M:%S"),
|
||||
|
|
Loading…
Reference in New Issue
Block a user