discord.js


Discord server Build status Last commit.

Vercel Cloudflare Workers

## About It's easy to create a simple Discord bot to begin your journey with the Discord API. ```sh npm create discord-bot ./your/chosen/directory yarn create discord-bot ./your/chosen/directory pnpm create discord-bot ./your/chosen/directory bun create discord-bot ./your/chosen/directory ``` ## Links - [Guide] ([source][guide-source]) - Also see the v13 to v14 [Update Guide][guide-update], which includes updated and removed items from the library. - [discord.js Discord server][discord] - [Discord Developers Discord server][discord-developers] - [GitHub][source] ## Contributing Before creating an issue, please ensure that it hasn't already been reported/suggested. See [the contribution guide][contributing] if you'd like to submit a pull request. ## 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][discord]. [guide]: https://discordjs.guide [guide-source]: https://github.com/discordjs/discord.js/tree/main/apps/guide [guide-update]: https://discordjs.guide/legacy/additional-info/changes-in-v14 [discord]: https://discord.gg/djs [discord-developers]: https://discord.gg/discord-developers [source]: https://github.com/discordjs/discord.js/tree/main/packages/create-discord-bot [contributing]: https://github.com/discordjs/discord.js/blob/main/.github/CONTRIBUTING.md