2021-11-22 17:39:03 +00:00
|
|
|
<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>
|
2021-11-22 20:07:00 +00:00
|
|
|
<a href="https://github.com/discordjs/builders/actions"><img src="https://github.com/discordjs/builders/workflows/Tests/badge.svg" alt="Test status" /></a>
|
|
|
|
<a href="https://github.com/discordjs/builders/actions"><img src="https://github.com/discordjs/builders/workflows/Lint/badge.svg" alt="Lint status" /></a>
|
2021-11-22 17:39:03 +00:00
|
|
|
<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
|
|
|
|
|
2021-11-22 20:07:00 +00:00
|
|
|
Install with [npm](https://www.npmjs.com/) / [yarn](https://yarnpkg.com) / [pnpm](https://pnpm.js.org/):
|
2021-11-22 17:39:03 +00:00
|
|
|
|
2021-11-22 20:07:00 +00:00
|
|
|
```sh
|
2021-11-22 17:39:03 +00:00
|
|
|
npm install @discordjs/builders
|
|
|
|
yarn add @discordjs/builders
|
|
|
|
pnpm add @discordjs/builders
|
|
|
|
```
|
|
|
|
|
2021-11-22 20:07:00 +00:00
|
|
|
## Contribution
|
|
|
|
|
|
|
|
See [Contributing Guide](https://github.com/discordjs/builders/blob/main/.github/CONTRIBUTING.md).
|
|
|
|
|
2021-11-22 17:39:03 +00:00
|
|
|
## 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)
|