📝 更新调试模式配置

This commit is contained in:
snowy 2024-05-09 16:37:50 +08:00
parent 598260895c
commit 6c267c6072

View File

@ -31,7 +31,7 @@ markdown_image = common_db.first(StoredConfig(), default=StoredConfig()).config.
@on_alconna(
command=Alconna(
"liteecho",
Args["text", str],
Args["text", str, ""],
),
permission=SUPERUSER
).handle()