MCPcopy
hub / github.com/AstrBotDevs/AstrBot / plugin_name

Method plugin_name

astrbot/api/web.py:295–296  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

293
294 @property
295 def plugin_name(self) -> str | None:
296 return self._get_current().plugin_name
297
298 @property
299 def username(self) -> str | None:

Callers

nothing calls this directly

Calls 1

_get_currentMethod · 0.95

Tested by

no test coverage detected