mirror of
https://github.com/danbulant/discord.js
synced 2026-05-24 12:35:53 +00:00
Remove unneeded doc string
This commit is contained in:
parent
b9ea83afb4
commit
243ff48a67
1 changed files with 1 additions and 1 deletions
|
|
@ -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}
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue