mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 17:13:31 +01:00
fix(Message): make #channel and #guild getters (#6271)
This commit is contained in:
@@ -176,7 +176,7 @@ class ReactionCollector extends Collector {
|
||||
* @returns {void}
|
||||
*/
|
||||
_handleChannelDeletion(channel) {
|
||||
if (channel.id === this.message.channel.id) {
|
||||
if (channel.id === this.message.channelId) {
|
||||
this.stop('channelDelete');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user