mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2024-12-19 04:05:42 +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() |