mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2025-05-22 18:21:18 +00:00
5 lines
149 B
Python
5 lines
149 B
Python
from liteyukibot import Daemon, config
|
|
|
|
if __name__ == "__main__":
|
|
daemon = Daemon(**config.load_from_yaml("config.yaml") or {})
|
|
daemon.run() |