mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-10-26 20:46:39 +00:00
Add comment
This commit is contained in:
@@ -73,4 +73,9 @@ def load_builtin_plugins() -> int:
|
|||||||
|
|
||||||
|
|
||||||
def get_loaded_plugins() -> Set[Plugin]:
|
def get_loaded_plugins() -> Set[Plugin]:
|
||||||
|
"""
|
||||||
|
Get all plugins loaded.
|
||||||
|
|
||||||
|
:return: a set of Plugin objects
|
||||||
|
"""
|
||||||
return _plugins
|
return _plugins
|
||||||
|
|||||||
Reference in New Issue
Block a user