mirror of
https://github.com/danbulant/discord.js
synced 2026-05-25 04:52:22 +00:00
Remove wholly unnecessary example
This commit is contained in:
parent
7457985e60
commit
e24c1e55a0
2 changed files with 1 additions and 4 deletions
File diff suppressed because one or more lines are too long
|
|
@ -17,9 +17,6 @@ class Collection extends Map {
|
|||
/**
|
||||
* Returns the first item in this collection.
|
||||
* @returns {*}
|
||||
* @example
|
||||
* // identical to:
|
||||
* Array.from(collection.values())[0];
|
||||
*/
|
||||
first() {
|
||||
return this.values().next().value;
|
||||
|
|
|
|||
Loading…
Reference in a new issue