mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
* Initial plan * Optimize Collection.equals() to avoid redundant map lookups Co-authored-by: iCrawl <20760160+iCrawl@users.noreply.github.com> * Add explanatory comment for equals() undefined check optimization Co-authored-by: iCrawl <20760160+iCrawl@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: iCrawl <20760160+iCrawl@users.noreply.github.com> Co-authored-by: Almeida <github@almeidx.dev> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
About
@discordjs/collection is a powerful utility data structure used in discord.js.
Installation
Node.js 22.12.0 or newer is required.
npm install @discordjs/collection
yarn add @discordjs/collection
pnpm add @discordjs/collection
Links
- Website (source)
- Documentation
- Guide (source) Also see the v13 to v14 Update Guide, which includes updated and removed items from the library.
- discord.js Discord server
- Discord Developers Discord server
- GitHub
- npm
- Related libraries
Contributing
Before creating an issue, please ensure that it hasn't already been reported/suggested, and double-check the
documentation.
See the contribution guide if you'd like to submit a PR.
Help
If you don't understand something in the documentation, you are experiencing problems, or you just need a gentle nudge in the right direction, please don't hesitate to join our official discord.js Server.