mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-11-11 12:26:44 +00:00
⚗️ rewrite echo and say builtin plugin
This commit is contained in:
@@ -858,7 +858,7 @@ class Event:
|
||||
|
||||
class MessageSegment:
|
||||
|
||||
def __init__(self, type: str, data: Dict[str, Union[str, list]]) -> None:
|
||||
def __init__(self, type: str, data: Dict[str, Any]) -> None:
|
||||
...
|
||||
|
||||
def __str__(self):
|
||||
|
||||
Reference in New Issue
Block a user