mirror of
https://github.com/RetroDECK/RetroDECK-Discord-Bot.git
synced 2026-04-21 12:06:40 +00:00
Add dotenv dependency for environment variable management
This commit is contained in:
parent
651e2ae142
commit
3e95c1e49d
|
|
@ -9,7 +9,8 @@
|
|||
"setup-oauth": "node src/setup-oauth.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"discord.js": "^14.16.3"
|
||||
"discord.js": "^14.16.3",
|
||||
"dotenv": "^17.2.4"
|
||||
},
|
||||
"overrides": {
|
||||
"undici": "^6.23.0"
|
||||
|
|
|
|||
Loading…
Reference in a new issue