mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2024-11-11 11:07:24 +08:00
439 B
439 B
title | index | icon | category |
---|---|---|---|
liteyuki.plugin | true | laptop-code | API |
def get_loaded_plugins() -> dict[str, Plugin]
获取已加载的插件
Returns:
dict[str, Plugin]: 插件字典
源代码
def get_loaded_plugins() -> dict[str, Plugin]:
"""
获取已加载的插件
Returns:
dict[str, Plugin]: 插件字典
"""
return _plugins