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

@@ -57,7 +57,7 @@ class InteractionCollector extends Collector {
this.client.guilds.resolveId(options.guild);
/**
* The the type of interaction to collect
* The type of interaction to collect
* @type {?InteractionType}
*/
this.interactionType =
@@ -66,7 +66,7 @@ class InteractionCollector extends Collector {
: options.interactionType ?? null;
/**
* The the type of component to collect
* The type of component to collect
* @type {?MessageComponentType}
*/
this.componentType =