mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 09:03:29 +01:00
Improve rest args docs
This commit is contained in:
@@ -305,7 +305,7 @@ class Collection extends Map {
|
||||
|
||||
/**
|
||||
* Combines this collection with others into a new collection. None of the source collections are modified.
|
||||
* @param {Collection} collections Collections to merge (infinite/rest argument, not an array)
|
||||
* @param {...Collection} collections Collections to merge
|
||||
* @returns {Collection}
|
||||
* @example const newColl = someColl.concat(someOtherColl, anotherColl, ohBoyAColl);
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user