feat: Nodes error logging

This commit is contained in:
Hirzi
2022-12-25 12:39:53 +00:00
parent 991f42aec0
commit fa062bb42e
8 changed files with 124 additions and 36 deletions

View File

@@ -14,11 +14,11 @@
},
"dependencies": {
"axios": "1.1.3",
"chalk": "4.1.1",
"discord.js": "^14.6.0",
"chalk": "4.1.2",
"discord.js": "^14.7.1",
"js-yaml": "^4.1.0"
},
"engines": {
"node": "^16.x"
"node": ">=16.9.0"
}
}