Added dependabot

imgbot
Kieran 2022-06-22 19:28:50 +01:00
parent edbbea73b9
commit 1f61a83433
4 changed files with 7 additions and 977 deletions

6
.github/workflows/dependabot.yml vendored Normal file
View File

@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"

View File

@ -4,7 +4,7 @@ require("dotenv").config();
const client = new Client({
intents: 32767,
intents: 98819,
});
module.exports = client;

974
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -12,10 +12,8 @@
"license": "ISC",
"dependencies": {
"discord-modal": "^1.0.3",
"discord-modals": "^1.3.5",
"discord.js": "^13.7.0",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"glob": "^8.0.3"
}
}