Compare commits
No commits in common. "3081e27492f457f6aebedc9f86144c8d3b44a743" and "701175086827afbbb2395b471098200a9636f9f4" have entirely different histories.
3081e27492
...
7011750868
2
main.py
2
main.py
@ -496,7 +496,7 @@ class MyPlugin(Star):
|
|||||||
yield event.plain_result("游戏发生错误,请稍后再试。")
|
yield event.plain_result("游戏发生错误,请稍后再试。")
|
||||||
|
|
||||||
@filter.command("帮我清理")
|
@filter.command("帮我清理")
|
||||||
async def clean(self, event: AstrMessageEvent):
|
async def dajiao(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())
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user