Compare commits
No commits in common. "master" and "QAQ" have entirely different histories.
15
main.py
15
main.py
@ -493,17 +493,4 @@ class MyPlugin(Star):
|
|||||||
|
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
logger.error(f"井字棋游戏错误: {str(e)}")
|
logger.error(f"井字棋游戏错误: {str(e)}")
|
||||||
yield event.plain_result("游戏发生错误,请稍后再试。")
|
yield event.plain_result("游戏发生错误,请稍后再试。")
|
||||||
|
|
||||||
@filter.command("帮我清理")
|
|
||||||
async def clean(self, event: AstrMessageEvent):
|
|
||||||
if isUserExist(event.get_sender_id()) != True:
|
|
||||||
insertUser(event.get_sender_id())
|
|
||||||
|
|
||||||
V = round(random.uniform(0.01,100), 2)
|
|
||||||
b = volume(V)
|
|
||||||
|
|
||||||
if V>=10:
|
|
||||||
yield event.plain_result(f"让我帮你好好清理一下哦~哧溜哧溜,嗯嗯,又射了{V}ml,{b}!")
|
|
||||||
else:
|
|
||||||
yield event.plain_result(f"让我帮你好好清理一下哦~哧溜哧溜,哎呀,全都清理干净啦,杂鱼杂鱼!")
|
|
Loading…
x
Reference in New Issue
Block a user