We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1d9768 commit adad141Copy full SHA for adad141
src/lib/structures/Listener.ts
@@ -57,7 +57,6 @@ export class Listener<
57
this.ws = options.ws as WS;
58
this.fileName = options.fileName;
59
this.run = options.run;
60
- this.options = this;
61
62
Listeners.register(this);
63
})
0 commit comments