测试自动部署 #16

Merged
saipo merged 1 commits from saipo_test into master 2025-05-22 02:57:57 +08:00
Showing only changes of commit 74bbbacb94 - Show all commits

View File

@ -309,5 +309,7 @@ class MyPlugin(Star):
async def QAQtest(self, event: AstrMessageEvent):
yield event.plain_result("包的")
@filter.command("测试自动部署")
async def QAQtest(self, event: AstrMessageEvent):
yield event.plain_result("自动部署成功!!")