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

Function event_plain_text

tests/plugins/param/param_event.py:61–62  ·  view source on GitHub ↗
(text: str = EventPlainText())

Source from the content-addressed store, hash-verified

59
60
61async def event_plain_text(text: str = EventPlainText()) -> str:
62 return text
63
64
65async def event_to_me(to_me: bool = EventToMe()) -> bool:

Callers

nothing calls this directly

Calls 1

EventPlainTextFunction · 0.90

Tested by

no test coverage detected