Updated env vars

This commit is contained in:
2023-11-27 14:20:46 +01:00
parent 94e66a8a42
commit 17b2afdb28
3 changed files with 6 additions and 5 deletions

View File

@@ -39,7 +39,7 @@ if (process.env.NODE_ENV === "dev") {
autoDeployCommands()
} else {
console.log("Running in production mode.")
token = process.env.PRODTOKEN
token = process.env.TOKEN
}
client.login(token)