Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/discordjs/collection
Utility data structure used in Discord.js
https://github.com/discordjs/collection
collection discord discord-api discord-bot discordjs hacktoberfest
Last synced: 4 months ago
JSON representation
Utility data structure used in Discord.js
- Host: GitHub
- URL: https://github.com/discordjs/collection
- Owner: discordjs
- License: apache-2.0
- Archived: true
- Created: 2018-11-05T02:01:27.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2022-01-05T04:35:20.000Z (about 3 years ago)
- Last Synced: 2024-04-14T02:20:50.161Z (9 months ago)
- Topics: collection, discord, discord-api, discord-bot, discordjs, hacktoberfest
- Language: TypeScript
- Homepage:
- Size: 1.59 MB
- Stars: 115
- Watchers: 10
- Forks: 38
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
## About
`@discordjs/collection` is a powerful utility data structure used in discord.js.
## Installation
**Node.js 16.0.0 or newer is required.**
```sh-session
npm install @discordjs/collection
yarn add @discordjs/collection
pnpm add @discordjs/collection
```## Links
- [Website](https://discord.js.org/) ([source](https://github.com/discordjs/website))
- [Documentation](https://discord.js.org/#/docs/collection)
- [discord.js Discord server](https://discord.gg/djs)
- [GitHub](https://github.com/discordjs/collection)
- [npm](https://www.npmjs.com/package/@discordjs/collection)## Contributing
Before creating an issue, please ensure that it hasn't already been reported/suggested, and double-check the
[documentation](https://discord.js.org/#/docs/collection).
See [the contribution guide](https://github.com/discordjs/collection/blob/main/.github/CONTRIBUTING.md) 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](https://discord.gg/djs).