mirror of
https://github.com/danbulant/discord.js
synced 2026-05-26 21:42:05 +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
|
* @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}
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue