Added the discord-oauth2 package to the package.json

This commit is contained in:
2022-09-08 23:49:31 +02:00
parent 8c5a4a94a0
commit bb23b7ce01
2 changed files with 6 additions and 0 deletions

View File

@ -11,6 +11,7 @@
"dev": "nodemon app.ts"
},
"dependencies": {
"discord-oauth2": "^2.10.0",
"dotenv": "^16.0.2",
"express": "^4.18.1",
"mongoose": "^6.5.4",