Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
61
async
def
event_plain_text(text: str = EventPlainText()) -> str:
62
return
text
63
64
65
async
def
event_to_me(to_me: bool = EventToMe()) -> bool:
Callers
nothing calls this directly
Calls
1
EventPlainText
Function · 0.90
Tested by
no test coverage detected