mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 09:03:29 +01:00
docs: Typos, consistency and grammar fixes (#6811)
This commit is contained in:
@@ -75,7 +75,7 @@ class InteractionCollector extends Collector {
|
||||
: options.componentType ?? null;
|
||||
|
||||
/**
|
||||
* The users which have interacted to this collector
|
||||
* The users that have interacted with this collector
|
||||
* @type {Collection<Snowflake, User>}
|
||||
*/
|
||||
this.users = new Collection();
|
||||
|
||||
Reference in New Issue
Block a user