File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ def __init__(self,
7878 - ``type_``: 当没有传入 ``d`` 参数或 ``d`` 参数无法识别时,此参数必填,对应消息段的 ``type`` 字段
7979 - ``data``: 对应消息段的 ``data`` 字段
8080
81- 当没有正确传入类型参数时,抛出 ``ValurError ``。
81+ 当没有正确传入类型参数时,抛出 ``ValueError ``。
8282 """
8383 super ().__init__ ()
8484 if isinstance (d , dict ) and d .get ('type' ):
Original file line number Diff line number Diff line change 11# 更新日志
22
3- ## master
3+ ## v1.4.2
44
55- 修复从 ` str ` 构造 ` Message ` 时无法正确去转义参数 [ #57 ] ( https://github.com/nonebot/aiocqhttp/issues/57 )
66- 修复无法构造空 ` Message ` 的问题
Original file line number Diff line number Diff line change 55
66setup (
77 name = 'aiocqhttp' ,
8- version = '1.4.1 ' ,
8+ version = '1.4.2 ' ,
99 url = 'https://github.com/nonebot/aiocqhttp' ,
1010 license = 'MIT License' ,
1111 author = 'Richard Chien' ,
You can’t perform that action at this time.
0 commit comments