diff --git a/main.py b/main.py index a555f4b..f0cd5c5 100644 --- a/main.py +++ b/main.py @@ -39,7 +39,7 @@ class MyPlugin(Star): @filter.command("打打你的") - async def dajiao(self, event: AstrMessageEvent, message: str): + async def dajiao_other(self, event: AstrMessageEvent, message: str): if isUserExist(event.get_sender_id()) != True: insertUser(event.get_sender_id())