添加 unbind 指令 (#525)

*  添加依赖 nonebot-plugin-waiter

*  添加 unbind 指令
This commit is contained in:
呵呵です
2024-12-19 03:59:22 +08:00
committed by GitHub
parent 96f5d4559d
commit cfcda6f597
11 changed files with 271 additions and 11 deletions

View File

@@ -2,7 +2,7 @@ from typing import Literal, TypeAlias
Number: TypeAlias = float | int
GameType: TypeAlias = Literal['IO', 'TOP', 'TOS']
BaseCommandType: TypeAlias = Literal['bind', 'query']
BaseCommandType: TypeAlias = Literal['bind', 'unbind', 'query']
TETRIOCommandType: TypeAlias = BaseCommandType | Literal['rank', 'config', 'list', 'record']
AllCommandType: TypeAlias = BaseCommandType | TETRIOCommandType
Me: TypeAlias = Literal[