Added dependabot
parent
edbbea73b9
commit
1f61a83433
|
@ -0,0 +1,6 @@
|
||||||
|
version: 2
|
||||||
|
updates:
|
||||||
|
- package-ecosystem: "npm"
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: "weekly"
|
2
index.js
2
index.js
|
@ -4,7 +4,7 @@ require("dotenv").config();
|
||||||
|
|
||||||
|
|
||||||
const client = new Client({
|
const client = new Client({
|
||||||
intents: 32767,
|
intents: 98819,
|
||||||
});
|
});
|
||||||
module.exports = client;
|
module.exports = client;
|
||||||
|
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -12,10 +12,8 @@
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"discord-modal": "^1.0.3",
|
"discord-modal": "^1.0.3",
|
||||||
"discord-modals": "^1.3.5",
|
|
||||||
"discord.js": "^13.7.0",
|
"discord.js": "^13.7.0",
|
||||||
"dotenv": "^16.0.1",
|
"dotenv": "^16.0.1",
|
||||||
"express": "^4.18.1",
|
|
||||||
"glob": "^8.0.3"
|
"glob": "^8.0.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue