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