diff --git a/start.sh b/start.sh index 3a689e9..af08d2a 100644 --- a/start.sh +++ b/start.sh @@ -68,7 +68,7 @@ fi read -p "Enter your bot token: " token read -p "Enter your chat ID: " id -sed -i "s/const token = 'your token here'/const token = '$token'/g" server.js -sed -i "s/const id = 'chat id here'/const id = '$id'/g" server.js +sed -i "s/const token = 'your token here'/const token = '$token'/g" index.js +sed -i "s/const id = 'chat id here'/const id = '$id'/g" index.js echo "Server uploaded successfully! Now open new tab and follow rest instructions" node server.js