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