mirror of
https://github.com/danbulant/discord.js
synced 2026-06-19 14:41:36 +00:00
Fix ESLint
This commit is contained in:
parent
e5057a5b6a
commit
b22bda74b8
2 changed files with 3 additions and 2 deletions
File diff suppressed because one or more lines are too long
|
|
@ -122,7 +122,8 @@ class Collection extends Map {
|
|||
}
|
||||
|
||||
/**
|
||||
* Identical to [Array.filter()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/filter),
|
||||
* Identical to
|
||||
* [Array.filter()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/filter),
|
||||
* but returns a Collection instead of an Array.
|
||||
* @param {Function} callback the callback used to filter
|
||||
* @param {Object} [thisArg] value to set as this when filtering
|
||||
|
|
|
|||
Loading…
Reference in a new issue