mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2024-11-15 01:34:38 +08:00
14 lines
206 B
Markdown
14 lines
206 B
Markdown
|
---
|
||
|
title: liteyuki.plugin
|
||
|
index: true
|
||
|
icon: laptop-code
|
||
|
category: API
|
||
|
---
|
||
|
|
||
|
### ***def*** `get_loaded_plugins() -> dict[str, Plugin]`
|
||
|
|
||
|
获取已加载的插件
|
||
|
Returns:
|
||
|
dict[str, Plugin]: 插件字典
|
||
|
|