MCPcopy
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
99def RawCommand() -> str:
100 """消息命令文本"""
101 return Depends(_raw_command)
102
103
104def _command_arg(state: T_State) -> Message:

Callers 1

raw_commandFunction · 0.90

Calls 1

DependsFunction · 0.90

Tested by

no test coverage detected