mirror of
https://github.com/danbulant/discord.js
synced 2026-07-09 13:10:42 +00:00
fix docs
This commit is contained in:
parent
1deefbd8cd
commit
51a399d558
2 changed files with 2 additions and 1 deletions
File diff suppressed because one or more lines are too long
|
|
@ -47,6 +47,7 @@ class Collection extends Map {
|
||||||
/**
|
/**
|
||||||
* The length (size) of this collection.
|
* The length (size) of this collection.
|
||||||
* @readonly
|
* @readonly
|
||||||
|
* @type {Number}
|
||||||
*/
|
*/
|
||||||
get length() {
|
get length() {
|
||||||
return this.size;
|
return this.size;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue