mirror of
https://github.com/zhenxun-org/zhenxun_bot.git
synced 2025-12-15 14:22:55 +08:00
修复[滴滴滴]会被转义成[滴滴滴]导致无法触发的问题
This commit is contained in:
parent
23c4141e55
commit
96f6ef1693
@ -53,7 +53,7 @@ __plugin_settings__ = {
|
|||||||
dialogue_data = {}
|
dialogue_data = {}
|
||||||
|
|
||||||
|
|
||||||
dialogue = on_command("[滴滴滴]", aliases={"滴滴滴-"}, priority=5, block=True)
|
dialogue = on_command("[滴滴滴]", aliases={"滴滴滴-"}, priority=5, block=True)
|
||||||
reply = on_command("/t", priority=1, permission=SUPERUSER, block=True)
|
reply = on_command("/t", priority=1, permission=SUPERUSER, block=True)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user