mirror of
https://github.com/danbulant/discord.js
synced 2026-05-26 21:42:05 +00:00
Change Collection description
This commit is contained in:
parent
a80a64f8ce
commit
2bb5aa1fda
1 changed files with 2 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
/**
|
/**
|
||||||
* A utility class to help make it easier to access the data stores
|
* A Map with additional utility methods. This is used throughout discord.js rather than Arrays for anything that has
|
||||||
|
* an ID, for significantly improved performance and ease-of-use.
|
||||||
* @extends {Map}
|
* @extends {Map}
|
||||||
*/
|
*/
|
||||||
class Collection extends Map {
|
class Collection extends Map {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue