mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2025-07-15 12:43:00 +08:00
fix cut message bug
This commit is contained in:
parent
42a4727c7e
commit
ce86639523
@ -141,7 +141,7 @@ class Post:
|
||||
msgs.extend(self.extra_msg)
|
||||
self._message = msgs
|
||||
assert len(self._message) > 0, f"message list empty, {self}"
|
||||
return self._message
|
||||
return self._message.copy()
|
||||
|
||||
def __str__(self):
|
||||
return "type: {}\nfrom: {}\ntext: {}\nurl: {}\npic: {}".format(
|
||||
|
Loading…
x
Reference in New Issue
Block a user