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

Function raw_command

tests/plugins/param/param_state.py:43–44  ·  view source on GitHub ↗
(raw_cmd: str = RawCommand())

Source from the content-addressed store, hash-verified

41
42
43async def raw_command(raw_cmd: str = RawCommand()) -> str:
44 return raw_cmd
45
46
47async def command_arg(cmd_arg: Message = CommandArg()) -> Message:

Callers

nothing calls this directly

Calls 1

RawCommandFunction · 0.90

Tested by

no test coverage detected