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