docs(InteractionCollector): remove repeated "the" (#6802)

This commit is contained in:
Brage
2021-10-11 13:54:16 +02:00
committed by GitHub
parent bfb89de864
commit b1b9c83df0
4 changed files with 5 additions and 5 deletions

View File

@@ -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