mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2024-11-11 04:07:23 +08:00
5 lines
98 B
Python
5 lines
98 B
Python
from liteyuki import LiteyukiBot
|
|
|
|
if __name__ == "__main__":
|
|
lyb = LiteyukiBot()
|
|
lyb.run() |