mirror of
https://github.com/TriM-Organization/LiteyukiBot-TriM.git
synced 2024-11-14 11:27:37 +08:00
5 lines
102 B
Python
5 lines
102 B
Python
from src.liteyuki import LiteyukiBot
|
|
|
|
if __name__ == "__main__":
|
|
lyb = LiteyukiBot()
|
|
lyb.run() |