很好的修复,使我的音·创旋转

This commit is contained in:
2025-09-26 09:43:03 +08:00
parent e3684e31d5
commit 8452825c9e
5 changed files with 1003 additions and 35 deletions

View File

@@ -1,10 +1,10 @@
"""
启动脚本,会执行一些启动的操作,比如加载配置文件,初始化 bot 实例等。
"""
from liteyuki import LiteyukiBot
from liteyuki.config import load_config_in_default
if __name__ == "__main__":
bot = LiteyukiBot(**load_config_in_default(no_waring=True))
bot.run()