MCPcopy
hub / github.com/nonebot/nonebot2 / Command

Function Command

nonebot/params.py:90–92  ·  view source on GitHub ↗

消息命令元组

()

Source from the content-addressed store, hash-verified

88
89
90def Command() -> tuple[str, ...]:
91 """消息命令元组"""
92 return Depends(_command)
93
94
95def _raw_command(state: T_State) -> Message:

Callers 3

__call__Method · 0.90
__call__Method · 0.90
commandFunction · 0.90

Calls 1

DependsFunction · 0.90

Tested by

no test coverage detected