A powerful JavaScript library for interacting with the Discord API
Go to file
2023-11-15 20:20:21 +01:00
.github ci: include secret 2023-11-13 23:21:35 +01:00
.husky
.vscode chore: remaining deps and lighthouse removal 2023-11-08 18:20:16 +01:00
apps fix: don't hardcode discordjs special case 2023-11-14 02:04:02 +01:00
packages fix: replace Object< with Record< (#9970) 2023-11-15 20:20:21 +01:00
patches chore: remove nextjs patch 2023-11-11 19:19:14 +01:00
.commitlintrc.json
.dockerignore
.gitattributes
.gitignore
.lintstagedrc.json
.npmrc
.prettierignore
.prettierrc.json
api-extractor.json fix(website): misc improvements (#9940) 2023-11-13 09:55:23 +01:00
codecov.yml
eslint.config.js chore: use descriptive type parameter names (#9937) 2023-11-12 17:21:51 +00:00
LICENSE
package.json build: multi-config build and dep update 2023-11-14 01:26:22 +01:00
pnpm-lock.yaml build: multi-config build and dep update 2023-11-14 01:26:22 +01:00
pnpm-workspace.yaml
README.md
tsconfig.docs.json build: fix the messy dependency graph 2023-11-09 00:13:01 +01:00
tsconfig.eslint.json build: fix the messy dependency graph 2023-11-09 00:13:01 +01:00
tsconfig.json build: fix the messy dependency graph 2023-11-09 00:13:01 +01:00
tsup.config.ts build: multi-config build and dep update 2023-11-14 01:26:22 +01:00
turbo.json build: multi-config build and dep update 2023-11-14 01:26:22 +01:00
unocss.config.ts
vitest.config.ts


discord.js


Discord server npm version npm downloads Tests status Code coverage

Vercel Cloudflare Workers

About

This repository contains multiple packages with separate releases. You can find the assembled Discord API wrapper at discord.js. It is a powerful Node.js module that allows you to easily interact with the Discord API.

Packages

  • discord.js (source) - A powerful Node.js module for interacting with the Discord API
  • @discordjs/brokers (source) - A collection of brokers for use with discord.js
  • @discordjs/builders (source) - A utility package for easily building Discord API payloads
  • @discordjs/collection (source) - A powerful utility data structure
  • @discordjs/core (source) - A thinly abstracted wrapper around the core components of the Discord API
  • @discordjs/formatters (source) - A collection of functions for formatting strings
  • @discordjs/proxy (source) - A wrapper around @discordjs/rest for running an HTTP proxy
  • @discordjs/rest (source) - A module for interacting with the Discord REST API
  • @discordjs/voice (source) - A module for interacting with the Discord Voice API
  • @discordjs/util (source) - A collection of utility functions
  • @discordjs/ws (source) - A wrapper around Discord's gateway

Extensions

Contributing

Please read through our contribution guidelines before starting a pull request. We welcome contributions of all kinds, not just code! If you're stuck for ideas, look for the good first issue label on issues in the repository. If you have any questions about the project, feel free to ask them on Discord. Before creating your own issue or pull request, always check to see if one already exists! Don't rush contributions, take your time and ensure you're doing it correctly.

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 join our Discord server.