Compare commits

..

No commits in common. "b8f19ad612ef0a865c4674dda69243c48d039f61" and "8e5b247bcba1fddebe6ca2aeff22ab673ddcca37" have entirely different histories.

View File

@ -166,7 +166,6 @@ class MyPlugin(Star):
@filter.command("测试")
async def test(self, event: AstrMessageEvent):
global testNumber
testNumber = testNumber + 1
yield event.plain_result(f"累积结果: {testNumber}")