diff --git a/src/bot-start.sh b/src/bot-start.sh index 4f78040..1bf0eb6 100755 --- a/src/bot-start.sh +++ b/src/bot-start.sh @@ -7,5 +7,6 @@ npm upgrade discord.js cd /home/tech1/Osselbot/ git pull --force #Starts the bot +cd ./src echo "STARTING" -node ./src/index.js +node index.js