mirror of
https://github.com/LiteyukiStudio/nonebot-plugin-marshoai.git
synced 2026-01-23 04:51:49 +00:00
修复语法错误
This commit is contained in:
@@ -58,7 +58,7 @@ marsho_cmd = on_alconna(
|
||||
config.marshoai_default_name,
|
||||
Args["text?", AllParam],
|
||||
),
|
||||
aliases=config.marshoai_aliases,
|
||||
aliases=tuple(config.marshoai_aliases),
|
||||
priority=10,
|
||||
block=True,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user