⚗️ rewrite echo and say builtin plugin

This commit is contained in:
yanyongyu
2020-10-04 18:10:01 +08:00
parent 0a11bd3e8e
commit 781d0cf654
5 changed files with 39 additions and 8 deletions

View File

@ -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):