Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nonebot/nonebot2
/ RawCommand
Function
RawCommand
nonebot/params.py:99–101 ·
view source on GitHub ↗
消息命令文本
()
Source
from the content-addressed store, hash-verified
97
98
99
def
RawCommand() -> str:
100
""
"消息命令文本"
""
101
return
Depends(_raw_command)
102
103
104
def
_command_arg(state: T_State) -> Message:
Callers
1
raw_command
Function · 0.90
Calls
1
Depends
Function · 0.90
Tested by
no test coverage detected