This commit is contained in:
2025-04-27 18:24:46 +08:00
parent fc017c8255
commit 26c9cb7e35
404 changed files with 0 additions and 35376 deletions

10
main.py
View File

@ -1,10 +0,0 @@
"""
启动脚本,会执行一些启动的操作,比如加载配置文件,初始化 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()