Add Kick player & Validators

This commit is contained in:
Ralex91
2024-02-03 00:14:04 +01:00
parent cd723f7efd
commit 8c57670742
18 changed files with 188 additions and 31 deletions

View File

@@ -6,6 +6,7 @@
"start": "node ./src/index.js"
},
"dependencies": {
"socket.io": "^4.7.4"
"socket.io": "^4.7.4",
"yup": "^1.3.3"
}
}