Compare commits

..

No commits in common. "ec2498992c6e094f49f8cd58367598c4956df30d" and "475270f133ba1bc91d1208ea97aee09a53505d9a" have entirely different histories.

View File

@ -128,9 +128,7 @@ class MyPlugin(Star):
conn.close()
yield event.plain_result(f"昵称修改成功!\n新的昵称为:{name}")
@filter.command("测试")
async def test(self, event: AstrMessageEvent, name: str):
yield event.plain_result(f"测试结果")