refactor(events): use of classes for scalability & maintainability (#83)

Co-authored-by: EvolutionX-10 <evolutionx9777@gmail.com>
This commit is contained in:
Jacob Nguyen
2022-07-16 13:08:11 -05:00
committed by GitHub
parent 79be5096d3
commit 17eb816ec9
17 changed files with 628 additions and 565 deletions

View File

@@ -7,9 +7,7 @@
"compile": "tsc",
"watch": "tsc -w",
"lint": "eslint src/**/*.ts",
"format": "eslint src/**/*.ts --fix",
"release": "standard-version && git push --follow-tags",
"commit": "cz"
"format": "eslint src/**/*.ts --fix"
},
"keywords": [
"sern-handler",
@@ -23,8 +21,8 @@
"author": "SernDevs",
"license": "MIT",
"dependencies": {
"discord.js": "^14.0.0-dev.1647259751.2297c2b",
"rxjs": "^7.5.5",
"discord.js": "^14.0.0-dev.1657757514-fe34f48",
"rxjs": "^7.5.6",
"ts-pattern": "^4.0.2",
"ts-results": "^3.3.0"
},
@@ -35,7 +33,7 @@
"prettier": "2.7.1",
"typescript": "4.7.4"
},
"repository": {
"repository": {
"type": "git",
"url": "git+https://github.com/sern-handler/handler.git"
},