from core.bot import bot def main(): bot.launch() if __name__ == "__main__": main()