mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-15 02:53:31 +01:00
docs(InteractionCollector): remove repeated "the" (#6802)
This commit is contained in:
@@ -69,7 +69,7 @@ class ReactionCollector extends Collector {
|
||||
this.on('collect', (reaction, user) => {
|
||||
/**
|
||||
* Emitted whenever a reaction is newly created on a message. Will emit only when a new reaction is
|
||||
* added to the message, as opposed to {@link Collector#collect} which which will
|
||||
* added to the message, as opposed to {@link Collector#collect} which will
|
||||
* be emitted even when a reaction has already been added to the message.
|
||||
* @event ReactionCollector#create
|
||||
* @param {MessageReaction} reaction The reaction that was added
|
||||
|
||||
Reference in New Issue
Block a user