From 243ff48a67446fba96da91503670cea0aba3a968 Mon Sep 17 00:00:00 2001 From: iCrawl Date: Thu, 24 Aug 2017 00:36:13 +0200 Subject: [PATCH] Remove unneeded doc string --- src/structures/interfaces/Collector.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/structures/interfaces/Collector.js b/src/structures/interfaces/Collector.js index 73bbcde59..97f7a77d3 100644 --- a/src/structures/interfaces/Collector.js +++ b/src/structures/interfaces/Collector.js @@ -6,7 +6,7 @@ const EventEmitter = require('events'); * @typedef {Function} CollectorFilter * @param {...*} args Any arguments received by the listener * @param {Collection} collection The items collected by this collector - * @returns {boolean} To collect or not collect + * @returns {boolean} */ /**