mirror of
https://github.com/sern-handler/handler
synced 2026-06-21 23:32:14 +00:00
feat(sern.ts) attempting to remove the bloated class in favor of smaller
functions, install rxjs
This commit is contained in:
@@ -249,7 +249,7 @@ export class Handler {
|
||||
* @returns {string} Directory of the commands folder
|
||||
*/
|
||||
|
||||
get commandDir(): string {
|
||||
get commandDklir(): string {
|
||||
return this.wrapper.commands;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user