A powerful JavaScript library for interacting with the Discord API
Go to file
2023-08-22 01:33:47 +02:00
.github chore: config overhaul 2023-08-22 01:33:47 +02:00
.husky build: only run scripts on changed content 2022-11-25 19:15:44 +01:00
.vscode feat(create-discord-bot): bun/deno templates (#9795) 2023-08-21 22:48:13 +02:00
.yarn chore: deps 2023-08-17 21:08:09 +02:00
apps chore: config overhaul 2023-08-22 01:33:47 +02:00
packages chore: config overhaul 2023-08-22 01:33:47 +02:00
.commitlintrc.json chore: config overhaul 2023-08-22 01:33:47 +02:00
.dockerignore chore: refactor workspace 2023-05-03 02:14:22 +02:00
.eslintrc.json chore: config overhaul 2023-08-22 01:33:47 +02:00
.gitattributes According to the spec just this should work 2017-04-19 17:55:00 +02:00
.gitignore feat(create-discord-bot): bun/deno templates (#9795) 2023-08-21 22:48:13 +02:00
.lintstagedrc.json chore: config overhaul 2023-08-22 01:33:47 +02:00
.prettierignore chore: pin discord-api-deps, revert undici 2023-08-17 21:31:04 +02:00
.prettierrc.json chore: config overhaul 2023-08-22 01:33:47 +02:00
.yarnrc.yml chore: deps 2023-08-17 21:08:09 +02:00
api-extractor.json ci: properly add all tsconfig options 2023-05-01 16:44:36 +02:00
codecov.yml test: fix coverage reporting (#9148) 2023-02-19 18:59:35 +00:00
LICENSE chore: add license to root 2022-07-19 20:11:23 +02:00
package.json chore: config overhaul 2023-08-22 01:33:47 +02:00
README.md chore: cloudflare sponsorship 2023-05-05 20:29:10 +02:00
tsconfig.docs.json chore: config overhaul 2023-08-22 01:33:47 +02:00
tsconfig.eslint.json chore: config overhaul 2023-08-22 01:33:47 +02:00
tsconfig.json chore: config overhaul 2023-08-22 01:33:47 +02:00
tsup.config.ts chore: deps 2023-08-22 00:30:08 +02:00
turbo.json build: Update vite and other related dependencies (#9772) 2023-08-13 21:36:23 +02:00
unocss.config.ts chore: remove cron 2023-05-05 21:21:09 +02:00
vitest.config.ts build: Update vite and other related dependencies (#9772) 2023-08-13 21:36:23 +02:00
yarn.lock chore: config overhaul 2023-08-22 01:33:47 +02:00


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.