mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 08:33:30 +01:00
Fix MessageCollector#cleanup
This commit is contained in:
@@ -67,7 +67,6 @@ class MessageCollector extends Collector {
|
||||
* @private
|
||||
*/
|
||||
cleanup() {
|
||||
this.removeListener('collect', this._reEmitter);
|
||||
this.client.removeListener('message', this.listener);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user