mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 08:33:30 +01:00
* feat: add `Collection#missing()` * test: add test for `Collection#missing()` * chore: rename `missing` to `complement` * docs: fix name * test: fix test name Co-authored-by: Almeida <almeidx@pm.me> * chore: sort alphabetically * fix: edit condition Co-authored-by: Almeida <almeidx@pm.me> * refactor: rename to `subtract` * docs: fix description Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com> * fix: change condition * fix: resolved eslint formatting error Co-authored-by: Almeida <almeidx@pm.me> Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> Co-authored-by: Aura Román <kyradiscord@gmail.com>
About
@discordjs/collection is a powerful utility data structure used in discord.js.
Installation
Node.js 16.9.0 or newer is required.
npm install @discordjs/collection
yarn add @discordjs/collection
pnpm add @discordjs/collection
Links
- Website (source)
- Documentation
- Guide (source) See also the Update Guide, including updated and removed items in the library.
- discord.js Discord server
- Discord API 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.