diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2023-10-14 10:38:46 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2023-10-14 10:38:46 -0400 |
| commit | 83dcca0a0279ce6415a3e9d153c13d91284369b0 (patch) | |
| tree | ebbe2324f59e6a68c76ba8005710893278fce116 /package.json | |
| parent | 2aaca5141ce7ba104fde3a91c2fc5f33047bec2f (diff) | |
| download | AleeBot-83dcca0a0279ce6415a3e9d153c13d91284369b0.tar.gz AleeBot-83dcca0a0279ce6415a3e9d153c13d91284369b0.tar.bz2 AleeBot-83dcca0a0279ce6415a3e9d153c13d91284369b0.zip | |
Removed tokens.json now using environment vars; Modified dockerfile
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 9a4f3c0..6e07caa 100644 --- a/package.json +++ b/package.json @@ -21,6 +21,7 @@ "blessed": "^0.1.81", "colors": "^1.3.0", "discord.js": "^13.0.1", + "dotenv": "^16.3.1", "eslint": "^7.1.0", "express": "^4.17.1", "i18next": "^19.4.4", |
