Invite_Challenge_Bot/main.py

5 lines
76 B
Python
Raw Normal View History

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