forked from saipo/astrbot_plugin_dajiao
Merge pull request '更新 main.py' (#51) from ruler229-patch-8 into master
Reviewed-on: saipo/astrbot_plugin_dajiao#51
This commit is contained in:
commit
3081e27492
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