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