Add features

This commit is contained in:
2024-09-12 14:37:08 +00:00
parent f5948621f0
commit a89150fc2f
22 changed files with 1145 additions and 99 deletions

View File

@@ -4,8 +4,8 @@
"main": "src/index.js",
"type": "module",
"scripts": {
"start": "node --env-file .env src/index.js",
"register-slash-commands": "node --env-file .env src/register-slash-commands.js",
"start": "node src/index.js",
"register-slash-commands": "node src/register-slash-commands.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
@@ -19,8 +19,11 @@
"axios": "^1.7.7",
"date-fns": "^3.6.0",
"discord.js": "^14.16.1",
"dotenv": "^16.4.5",
"glob": "^11.0.0",
"prettier": "^3.3.3"
"mongodb": "^6.8.1",
"prettier": "^3.3.3",
"replicate": "^0.32.1"
},
"devDependencies": {
"eslint": "^9.9.1"