No description
  • TypeScript 61.3%
  • JavaScript 35.5%
  • MDX 3.1%
Find a file
IRONM00N eb7200efce
Some checks failed
Tests / Tests (push) Failing after 9s
Lock Ancient Issues / action (push) Failing after 3s
Publish dev / npm publish (discord.js, @tanzanite/discord.js) (push) Failing after 11s
Publish dev docker images / Docker publish (push) Has been cancelled
Label sync / Label sync (push) Has been cancelled
Merge branch 'main' of https://github.com/discordjs/discord.js
2024-06-24 23:50:30 -04:00
.github Merge branch 'main' of https://github.com/discordjs/discord.js 2024-06-24 23:50:30 -04:00
.husky Merge branch 'main' of https://github.com/TanzaniteBot/discord.js 2024-03-16 18:30:08 -04:00
.vscode Merge branch 'main' of https://github.com/TanzaniteBot/discord.js 2024-03-16 18:30:08 -04:00
.yarn/versions Merge branch 'main' of https://github.com/discordjs/discord.js 2023-09-10 16:40:45 -04:00
apps fix(website): link tags with explicit URL showed undefined (#10350) 2024-06-16 12:57:30 +00:00
packages Merge branch 'main' of https://github.com/discordjs/discord.js 2024-06-24 23:50:30 -04:00
patches Merge 2023-11-20 16:01:05 -05:00
.commitlintrc.json chore: Remove "typings", "wip", and "workflow" scope (#10340) 2024-06-18 18:42:35 +00:00
.dockerignore chore: refactor workspace 2023-05-03 02:14:22 +02:00
.gitattributes Merge branch 'main' of https://github.com/TanzaniteBot/discord.js 2024-03-16 18:30:08 -04:00
.gitignore build: ignores/swap/concurrency 2023-08-24 21:58:34 +02:00
.lintstagedrc.json build: refactor linting 2023-08-22 09:40:11 +02:00
.npmrc Merge 2023-11-20 16:01:05 -05:00
.prettierignore Merge 2023-11-20 16:01:05 -05:00
.prettierrc.json chore: config overhaul 2023-08-22 01:33:47 +02:00
api-extractor.json Merge 2023-11-20 16:01:05 -05:00
biome.json Merge branch 'main' of https://github.com/TanzaniteBot/discord.js 2024-03-16 18:30:08 -04:00
codecov.yml test: fix coverage reporting (#9148) 2023-02-19 18:59:35 +00:00
eslint.config.js Merge branch 'main' of https://github.com/TanzaniteBot/discord.js 2024-03-16 18:30:08 -04:00
LICENSE chore: add license to root 2022-07-19 20:11:23 +02:00
package.json Merge branch 'main' of https://github.com/discordjs/discord.js 2024-06-24 23:50:30 -04:00
pnpm-lock.yaml Merge branch 'main' of https://github.com/discordjs/discord.js 2024-06-24 23:50:30 -04:00
pnpm-workspace.yaml build: pnpm (#9806) 2023-08-27 20:24:03 +02:00
README.md chore: cloudflare sponsorship 2023-05-05 20:29:10 +02:00
tsconfig.docs.json Merge 2023-11-20 16:01:05 -05:00
tsconfig.eslint.json Merge 2023-11-20 16:01:05 -05:00
tsconfig.json Merge branch 'main' of https://github.com/TanzaniteBot/discord.js 2024-03-16 18:30:08 -04:00
tsup.config.ts Merge 2023-11-20 16:01:05 -05:00
turbo.json chore: deps 2024-04-16 21:44:21 +02:00
unocss.config.ts Merge branch 'main' of https://github.com/TanzaniteBot/discord.js 2024-03-16 18:30:08 -04:00
vitest.config.ts fix(SlashCommandBuilder): add missing shared properties (#10255) 2024-05-15 17:36:02 +00: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.