mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-07-16 19:11:00 +00:00
move decorators to plugin module
This commit is contained in:
@ -5,5 +5,6 @@ Message_T = Union[str, Dict[str, Any], List[Dict[str, Any]]]
|
||||
Expression_T = Union[str, Sequence[str], Callable]
|
||||
CommandName_T = Tuple[str, ...]
|
||||
CommandArgs_T = Dict[str, Any]
|
||||
CommandHandler_T = Callable[["CommandSession"], Any]
|
||||
State_T = Dict[str, Any]
|
||||
Filter_T = Callable[[Any], Union[Any, Awaitable[Any]]]
|
||||
|
Reference in New Issue
Block a user