54 lines
2.5 KiB
Markdown
54 lines
2.5 KiB
Markdown
|
<div align="center">
|
||
|
<br />
|
||
|
<p>
|
||
|
<a href="https://discord.js.org"><img src="https://discord.js.org/static/logo.svg" width="546" alt="discord.js" /></a>
|
||
|
</p>
|
||
|
<br />
|
||
|
<p>
|
||
|
<a href="https://discord.gg/djs"><img src="https://img.shields.io/discord/222078108977594368?color=5865F2&logo=discord&logoColor=white" alt="Discord server" /></a>
|
||
|
<a href="https://www.npmjs.com/package/@discordjs/builders"><img src="https://img.shields.io/npm/v/@discordjs/builders.svg?maxAge=3600" alt="npm version" /></a>
|
||
|
<a href="https://www.npmjs.com/package/@discordjs/builders"><img src="https://img.shields.io/npm/dt/@discordjs/builders.svg?maxAge=3600" alt="npm downloads" /></a>
|
||
|
<a href="https://github.com/discordjs/builders/actions"><img src="https://github.com/discordjs/builders/workflows/Tests/badge.svg" alt="Build status" /></a>
|
||
|
<a href="https://codecov.io/gh/discordjs/builders"><img src="https://codecov.io/gh/discordjs/builders/branch/main/graph/badge.svg" alt="Code coverage" /></a>
|
||
|
</p>
|
||
|
</div>
|
||
|
|
||
|
## Installation
|
||
|
|
||
|
**Node.js 16.6.0 or newer is required.**
|
||
|
|
||
|
```sh-session
|
||
|
npm install @discordjs/builders
|
||
|
yarn add @discordjs/builders
|
||
|
pnpm add @discordjs/builders
|
||
|
```
|
||
|
|
||
|
## Examples
|
||
|
|
||
|
Here are some examples for the builders and utilities you can find in this package:
|
||
|
|
||
|
- [Slash Command Builders](./docs/examples/Slash%20Command%20Builders.md)
|
||
|
|
||
|
## Links
|
||
|
|
||
|
- [Website](https://discord.js.org/) ([source](https://github.com/discordjs/website))
|
||
|
- [Documentation](https://discord.js.org/#/docs/builders)
|
||
|
- [Guide](https://discordjs.guide/) ([source](https://github.com/discordjs/guide))
|
||
|
See also the [Update Guide](https://discordjs.guide/additional-info/changes-in-v13.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/builders)
|
||
|
- [npm](https://www.npmjs.com/package/@discordjs/builders)
|
||
|
- [Related libraries](https://discord.com/developers/docs/topics/community-resources#libraries)
|
||
|
|
||
|
## 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/builders).
|
||
|
See [the contribution guide](https://github.com/discordjs/builders/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).
|