feat(sern.ts) attempting to remove the bloated class in favor of smaller

functions, install rxjs
This commit is contained in:
Jacob Nguyen
2022-03-08 11:43:38 -06:00
parent ff2427f876
commit cfb7df8451
3 changed files with 20 additions and 2 deletions

View File

@@ -249,7 +249,7 @@ export class Handler {
* @returns {string} Directory of the commands folder
*/
get commandDir(): string {
get commandDklir(): string {
return this.wrapper.commands;
}