mirror of https://github.com/Mai-with-u/MaiBot.git
Update message_sender.py
parent
2e0d358d93
commit
803ae55876
|
|
@ -229,7 +229,7 @@ class MessageManager:
|
|||
|
||||
await message_sender.send_message(msg)
|
||||
|
||||
await self.storage.store_message(msg, msg.chat_stream, None)
|
||||
await self.storage.store_message(msg, msg.chat_stream)
|
||||
|
||||
if not container.remove_message(msg):
|
||||
logger.warning("尝试删除不存在的消息")
|
||||
|
|
|
|||
Loading…
Reference in New Issue