Dev to main (#22)

* feat: 整合开发历史

* codepy安全性升级

* 优化一些东西

* 再次优化

* 更新一下 requirements.txt
This commit is contained in:
镀铬酸钾
2026-01-05 00:02:40 +08:00
committed by GitHub
parent 15dd4e0592
commit 4a18909c4f
2 changed files with 1 additions and 1 deletions

View File

@@ -13,7 +13,7 @@ __plugin_meta__ = {
"usage": "/echo [内容] - 复读内容\n/赞我 - 让机器人给你点赞",
}
@matcher.command("echo")
@matcher.command("echo",permission=MessageEvent.ADMIN)
async def handle_echo(bot: Bot, event: MessageEvent, args: list[str]):
"""
处理 echo 指令,原样回复用户输入的内容

Binary file not shown.