mirror of
https://github.com/LiteyukiStudio/nonebot-plugin-marshoai.git
synced 2025-07-31 08:59:51 +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