mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2025-05-23 06:01:25 +00:00
14 lines
239 B
Markdown
14 lines
239 B
Markdown
---
|
||
title: liteyuki.dev.plugin
|
||
order: 1
|
||
icon: laptop-code
|
||
category: API
|
||
---
|
||
|
||
### ***def*** `run_plugins() -> None`
|
||
|
||
运行插件,无需手动初始化bot
|
||
Args:
|
||
module_path: 插件路径,参考`liteyuki.load_plugin`的函数签名
|
||
|