5 lines
76 B
Python
5 lines
76 B
Python
|
from ci import app, me
|
||
|
|
||
|
print(f"Bot @{me.username} 开始运行")
|
||
|
app.run()
|