diff --git a/Procfile b/Procfile index ca26417..3543fb3 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -worker: node ./dist/index.js \ No newline at end of file +worker: node ../dist/index.js \ No newline at end of file diff --git a/package.json b/package.json index 65d2f53..77f4b3f 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,8 @@ "repository": "https://github.com/T-Damer/discord-bot-template", "license": "MIT", "engines": { - "node": "^16.13.1" + "node": "^16.13.1", + "yarn": "^3.1.0" }, "devDependencies": { "@types/express": "4.17.13",