iShotaBot/main.py

7 lines
133 B
Python
Raw Normal View History

2021-12-08 09:10:31 +00:00
from init import logs, user_me, bot
2021-11-28 14:55:10 +00:00
if __name__ == "__main__":
logs.info(f"@{user_me.username} 运行成功!")
bot.run()