Skip to content

Commit b201cf0

Browse files
authored
fix(Command): changes revert
1 parent 2e44aff commit b201cf0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: src/lib/structures/Command.ts

-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,6 @@ export class Command {
161161
this.run = options.run || Command.defaults?.run;
162162
this.onError = options.onError || Command.defaults?.onError;
163163
this.autoDefer = options.autoDefer || Command.defaults?.autoDefer;
164-
this.options = this;
165164

166165
Commands.register(this);
167166
})

0 commit comments

Comments
 (0)