🐛 修复快捷方式

This commit is contained in:
2024-06-10 12:03:04 +08:00
parent 607a0927bc
commit 2267bc8f14
2 changed files with 4 additions and 4 deletions

View File

@@ -56,8 +56,8 @@ alc.command.add(
)
)
alc.shortcut('(?i:tos|茶服)(?i:绑|绑|bind)', {'command': 'tstats TOS bind', 'humanized': '茶服绑定'})
alc.shortcut('(?i:tos|茶服)(?i:查|查|query|stats)', {'command': 'tstats TOS query', 'humanized': '茶服查'})
alc.shortcut('(?i:tos|茶服)(?i:绑|绑|bind)', {'command': 'tstats TOS bind', 'humanized': '茶服绑定'})
alc.shortcut('(?i:tos|茶服)(?i:查|查|query|stats)', {'command': 'tstats TOS query', 'humanized': '茶服查'})
add_block_handlers(alc.assign('TOS.query'))