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

Function CommandStart

nonebot/params.py:117–119  ·  view source on GitHub ↗

消息命令开头

()

Source from the content-addressed store, hash-verified

115
116
117def CommandStart() -> str:
118 """消息命令开头"""
119 return Depends(_command_start)
120
121
122def _command_whitespace(state: T_State) -> str:

Callers 1

command_startFunction · 0.90

Calls 1

DependsFunction · 0.90

Tested by

no test coverage detected