更新 main.py
This commit is contained in:
parent
7011750868
commit
d1018dcb6b
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 dajiao(self, event: AstrMessageEvent):
|
async def clean(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