Invite_Challenge_Bot/main.py
2022-01-21 20:11:42 +08:00

5 lines
76 B
Python

from ci import app, me
print(f"Bot @{me.username} 开始运行")
app.run()