mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 10:03:31 +01:00
Remove unneeded doc string
This commit is contained in:
@@ -6,7 +6,7 @@ const EventEmitter = require('events');
|
|||||||
* @typedef {Function} CollectorFilter
|
* @typedef {Function} CollectorFilter
|
||||||
* @param {...*} args Any arguments received by the listener
|
* @param {...*} args Any arguments received by the listener
|
||||||
* @param {Collection} collection The items collected by this collector
|
* @param {Collection} collection The items collected by this collector
|
||||||
* @returns {boolean} To collect or not collect
|
* @returns {boolean}
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user