essa.jpeg

This commit is contained in:
2022-12-30 12:15:49 +01:00
parent 47abbbc0a7
commit 1f22aa4061
18 changed files with 420 additions and 37 deletions

View File

@@ -7,6 +7,7 @@
"start": "tsc && node .",
"build": "tsc",
"serve": "node .",
"register": "tsc && node ./dist/register.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
@@ -21,9 +22,11 @@
"homepage": "https://github.com/gractwo/bot#readme",
"dependencies": {
"@types/express": "^4.17.15",
"@types/glob": "^8.0.0",
"discord.js": "^14.7.1",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"glob": "^8.0.3",
"typescript": "^4.9.4"
}
}