forked from saipo/astrbot_plugin_dajiao
增加打打你的
This commit is contained in:
parent
830617229d
commit
30f7a420cc
2
main.py
2
main.py
@ -39,7 +39,7 @@ class MyPlugin(Star):
|
|||||||
|
|
||||||
|
|
||||||
@filter.command("打打你的")
|
@filter.command("打打你的")
|
||||||
async def dajiao(self, event: AstrMessageEvent, message: str):
|
async def dajiao_other(self, event: AstrMessageEvent, message: str):
|
||||||
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