mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2025-01-18 19:38:18 +08:00
5 lines
98 B
Python
Executable File
5 lines
98 B
Python
Executable File
from liteyuki import LiteyukiBot
|
|
|
|
if __name__ == "__main__":
|
|
lyb = LiteyukiBot()
|
|
lyb.run() |