mirror of
https://github.com/Xtao-Labs/iShotaBot.git
synced 2024-11-16 04:35:55 +00:00
7 lines
133 B
Python
7 lines
133 B
Python
from init import logs, user_me, bot
|
|
|
|
|
|
if __name__ == "__main__":
|
|
logs.info(f"@{user_me.username} 运行成功!")
|
|
bot.run()
|