@discordjs/util
Advanced tools
Comparing version 0.1.1-dev.1665188098-62332c2.0 to 0.1.1-dev.1665274450-5f72d8b.0
{ | ||
"name": "@discordjs/util", | ||
"version": "0.1.1-dev.1665188098-62332c2.0", | ||
"version": "0.1.1-dev.1665274450-5f72d8b.0", | ||
"description": "Utilities shared across Discord.js packages", | ||
@@ -60,3 +60,3 @@ "scripts": { | ||
"downlevel-dts": "^0.10.1", | ||
"eslint": "^8.24.0", | ||
"eslint": "^8.25.0", | ||
"eslint-config-neon": "^0.1.35", | ||
@@ -63,0 +63,0 @@ "prettier": "^2.7.1", |
@@ -16,16 +16,29 @@ <div align="center"> | ||
## Installation | ||
**Node.js 16.9.0 or newer is required.** | ||
```sh-session | ||
npm install @discordjs/util | ||
yarn add @discordjs/util | ||
pnpm add @discordjs/util | ||
``` | ||
## Links | ||
- [Website](https://discord.js.org/) ([source](https://github.com/discordjs/discord.js/tree/main/packages/website)) | ||
- [Documentation](https://discord.js.org/#/docs) | ||
- [Guide](https://discordjs.guide/) ([source](https://github.com/discordjs/guide)) | ||
See also the [Update Guide](https://discordjs.guide/additional-info/changes-in-v14.html), including updated and removed items in the library. | ||
- [discord.js Discord server](https://discord.gg/djs) | ||
- [Discord API Discord server](https://discord.gg/discord-api) | ||
- [GitHub](https://github.com/discordjs/discord.js/tree/main/packages/scripts) | ||
- [Related libraries](https://discord.com/developers/docs/topics/community-resources#libraries) | ||
- [Website][website] ([source][website-source]) | ||
- [Documentation][documentation] | ||
- [Guide][guide] ([source][guide-source]) | ||
See also the [Update Guide][guide-update], including updated and removed items in the library. | ||
- [discord.js Discord server][discord] | ||
- [Discord API Discord server][discord-api] | ||
- [GitHub][source] | ||
- [npm][npm] | ||
- [Related libraries][related-libs] | ||
## Contributing | ||
See [the contribution guide](https://github.com/discordjs/discord.js/blob/main/.github/CONTRIBUTING.md) if you'd like to submit a PR. | ||
Before creating an issue, please ensure that it hasn't already been reported/suggested, and double-check the | ||
[documentation][documentation]. | ||
See [the contribution guide][contributing] if you'd like to submit a PR. | ||
@@ -35,2 +48,15 @@ ## 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). | ||
nudge in the right direction, please don't hesitate to join our official [discord.js Server][discord]. | ||
[website]: https://discord.js.org/ | ||
[website-source]: https://github.com/discordjs/discord.js/tree/main/packages/website | ||
[documentation]: https://discord.js.org/#/docs/util | ||
[guide]: https://discordjs.guide/ | ||
[guide-source]: https://github.com/discordjs/guide | ||
[guide-update]: https://discordjs.guide/additional-info/changes-in-v14.html | ||
[discord]: https://discord.gg/djs | ||
[discord-api]: https://discord.gg/discord-api | ||
[source]: https://github.com/discordjs/discord.js/tree/main/packages/util | ||
[npm]: https://www.npmjs.com/package/@discordjs/util | ||
[related-libs]: https://discord.com/developers/docs/topics/community-resources#libraries | ||
[contributing]: https://github.com/discordjs/discord.js/blob/main/.github/CONTRIBUTING.md |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
26879
61