tos增加一种命令前缀

This commit is contained in:
2022-07-25 04:10:23 +08:00
parent d6449ddf8c
commit e5abc99590
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ from ..Utils.Request import request
from ..Utils.MessageAnalyzer import handleStatsQueryMessage
tosStats = on_regex(pattern=r'^tos查|^tostats|^茶服查|^茶服stats',
tosStats = on_regex(pattern=r'^tos查|^tostats|^tosstats|^茶服查|^茶服stats',
flags=I, permission=GROUP)