mirror of
https://github.com/danbulant/discord.js
synced 2026-05-26 05:22:15 +00:00
Fix MessageCollectors
This commit is contained in:
parent
37a3a6baf9
commit
a579967eb9
1 changed files with 0 additions and 2 deletions
|
|
@ -33,8 +33,6 @@ class MessageCollector extends Collector {
|
|||
this.received = 0;
|
||||
|
||||
this.client.on('message', this.listener);
|
||||
|
||||
this.on('collect', this._reEmitter);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue