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} */ /**