mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-11-24 09:05:04 +08:00
Add comment
This commit is contained in:
parent
17ce1e8e67
commit
2e2ac2304c
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user