Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
90
def
Command() -> tuple[str, ...]:
91
""
"消息命令元组"
""
92
return
Depends(_command)
93
94
95
def
_raw_command(state: T_State) -> Message:
Callers
3
__call__
Method · 0.90
__call__
Method · 0.90
command
Function · 0.90
Calls
1
Depends
Function · 0.90
Tested by
no test coverage detected