Compare commits

..

No commits in common. "master" and "ruler229-patch-8" have entirely different histories.

View File

@ -503,7 +503,4 @@ class MyPlugin(Star):
V = round(random.uniform(0.01,100), 2) V = round(random.uniform(0.01,100), 2)
b = volume(V) b = volume(V)
if V>=10: yield event.plain_result(f"Hello,{get_user_name(event.get_sender_id())},让我帮你好好清理一下哦~哧溜哧溜,嗯嗯,又射了{V}ml,{b}!") if V>=10 else yield event.plain_result(f"Hello,{get_user_name(event.get_sender_id())},让我帮你好好清理一下哦~哧溜哧溜,哎呀,全都清理干净啦,杂鱼!")
yield event.plain_result(f"让我帮你好好清理一下哦~哧溜哧溜,嗯嗯,又射了{V}ml,{b}!")
else:
yield event.plain_result(f"让我帮你好好清理一下哦~哧溜哧溜,哎呀,全都清理干净啦,杂鱼杂鱼!")