Create a new main.py file that changes the directory and starts the Node.js bot. Replit-Commit-Author: Agent Replit-Commit-Session-Id: aed2e46d-25bb-4b73-81a1-bb9e8437c261 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 97fb09b4-de14-489d-b60b-e1356bd6c127 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/3bdfff67-975a-46ad-9845-fbb6b4a4c4b5/aed2e46d-25bb-4b73-81a1-bb9e8437c261/mYZvK75 Replit-Helium-Checkpoint-Created: true
5 lines
68 B
Python
5 lines
68 B
Python
import os
|
|
import sys
|
|
|
|
os.chdir("aethex-bot")
|
|
os.system("npm start")
|