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

Function command_start

tests/plugins/param/param_state.py:51–52  ·  view source on GitHub ↗
(start: str = CommandStart())

Source from the content-addressed store, hash-verified

49
50
51async def command_start(start: str = CommandStart()) -> str:
52 return start
53
54
55async def command_whitespace(whitespace: str = CommandWhitespace()) -> str:

Callers

nothing calls this directly

Calls 1

CommandStartFunction · 0.90

Tested by

no test coverage detected