Add features
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user