accept format update
parent
4a5bf0c50e
commit
bdb42d085e
|
|
@ -1,6 +1,6 @@
|
||||||
[project]
|
[project]
|
||||||
name = "MaiBotNapcatAdapter"
|
name = "MaiBotNapcatAdapter"
|
||||||
version = "0.2.4"
|
version = "0.2.5"
|
||||||
description = "A MaiBot adapter for Napcat"
|
description = "A MaiBot adapter for Napcat"
|
||||||
|
|
||||||
[tool.ruff]
|
[tool.ruff]
|
||||||
|
|
|
||||||
|
|
@ -111,7 +111,7 @@ class RecvHandler:
|
||||||
template_info: TemplateInfo = None # 模板信息,暂时为空,等待启用
|
template_info: TemplateInfo = None # 模板信息,暂时为空,等待启用
|
||||||
format_info: FormatInfo = FormatInfo(
|
format_info: FormatInfo = FormatInfo(
|
||||||
content_format=["text", "image", "emoji"],
|
content_format=["text", "image", "emoji"],
|
||||||
accept_format=["text", "image", "emoji", "reply", "voice"],
|
accept_format=["text", "image", "emoji", "reply", "voice", "command"],
|
||||||
) # 格式化信息
|
) # 格式化信息
|
||||||
if message_type == MessageType.private:
|
if message_type == MessageType.private:
|
||||||
sub_type = raw_message.get("sub_type")
|
sub_type = raw_message.get("sub_type")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue