更新 main.py

This commit is contained in:
Ruler229 2025-05-21 19:55:27 +08:00
parent ff37c30515
commit 05fb3fe2b9

View File

@ -38,7 +38,7 @@ class MyPlugin(Star):
yield event.plain_result(f"Hello,{get_user_name(event.get_sender_id())}, 你坚持了{time}s哦{a}.射出{V}ml,{b}!") yield event.plain_result(f"Hello,{get_user_name(event.get_sender_id())}, 你坚持了{time}s哦{a}.射出{V}ml,{b}!")
@filter.command("给我连打十次") @filter.command("给我连打十次")
async def dajiao(self, event: AstrMessageEvent): async def dajiao_10(self, event: AstrMessageEvent):
if isUserExist(event.get_sender_id()) != True: if isUserExist(event.get_sender_id()) != True:
insertUser(event.get_sender_id()) insertUser(event.get_sender_id())
user_name = event.get_sender_id() user_name = event.get_sender_id()