mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2024-11-11 04:07:23 +08:00
7 lines
166 B
Python
7 lines
166 B
Python
from liteyuki import LiteyukiBot
|
|
from src.utils import load_from_yaml
|
|
|
|
if __name__ == "__main__":
|
|
bot = LiteyukiBot(**load_from_yaml("config.yml"))
|
|
bot.run()
|