Move config to .env

This commit is contained in:
2023-05-24 16:44:15 +02:00
parent ad0fe7d599
commit 04f4b72b87
3 changed files with 20 additions and 4 deletions

View File

@@ -11,6 +11,7 @@
"license": "ISC",
"dependencies": {
"axios": "^1.4.0",
"discord-webhook-node": "^1.1.8"
"discord-webhook-node": "^1.1.8",
"dotenv": "^16.0.3"
}
}