mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 16:43:31 +01:00
feat: general component improvements (#5787)
This commit is contained in:
@@ -40,7 +40,7 @@ class MessageComponentInteractionCollector extends Collector {
|
||||
this.channel = this.message ? this.message.channel : source;
|
||||
|
||||
/**
|
||||
* The users which have interacted to buttons on this collector
|
||||
* The users which have interacted to components on this collector
|
||||
* @type {Collection}
|
||||
*/
|
||||
this.users = new Collection();
|
||||
|
||||
Reference in New Issue
Block a user