A powerful JavaScript library for interacting with the Discord API
Find a file
Tetie 74a6d59ae9
chore: overhaul readmes (#9277)
Co-authored-by: Souji <timoqueezle@gmail.com>
Co-authored-by: Noel <buechler.noel@outlook.com>
2023-04-01 13:45:15 +02:00
.github build(website): build site from db data 2023-04-01 02:50:24 +02:00
.husky build: only run scripts on changed content 2022-11-25 19:15:44 +01:00
.vscode feat: add og image gen 2022-10-11 03:34:29 +02:00
.yarn ci: docker image build for proxy 2023-03-28 22:47:48 +02:00
apps chore: overhaul readmes (#9277) 2023-04-01 13:45:15 +02:00
packages chore: overhaul readmes (#9277) 2023-04-01 13:45:15 +02:00
.commitlintrc.json chore: disable scope-case rule for commitlint (#7507) 2022-02-20 13:35:20 +01:00
.dockerignore refactor: docker image for proxy-container 2022-11-26 02:09:05 +01:00
.eslintrc.json refactor: use eslint-config-neon for packages. (#8579) 2022-09-01 20:50:16 +02:00
.gitattributes According to the spec just this should work 2017-04-19 17:55:00 +02:00
.gitignore feat(website): sneaky sneaky 2 2023-03-24 01:54:21 +01:00
.lintstagedrc.json chore: move website and guide out of packages 2022-10-10 01:22:48 +02:00
.prettierrc.json chore: monorepo setup (#7175) 2022-01-07 17:18:25 +01:00
.yarnrc.yml ci: docker image build for proxy 2023-03-28 22:47:48 +02:00
api-extractor.json feat(website): add support for source file links (#9048) 2023-01-12 13:49:11 +01: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 build(website): build site from db data 2023-04-01 02:50:24 +02:00
README.md chore: overhaul readmes (#9277) 2023-04-01 13:45:15 +02:00
tsconfig.docs.json ci: update scripts for documentation changes (#9055) 2023-01-17 19:15:01 +00:00
tsconfig.eslint.json refactor: move all the config files to root (#8033) 2022-06-07 12:35:19 +02:00
tsconfig.json chore: deps 2023-03-23 14:28:58 +01:00
tsup.config.ts chore: switch tsup config to typescript (#9057) 2023-01-13 09:44:56 +00:00
turbo.json build(website): build site from db data 2023-04-01 02:50:24 +02:00
unocss.config.ts refactor(guide): next 13 2023-03-25 22:52:47 +01:00
vitest.config.ts test: fix coverage reporting (#9148) 2023-02-19 18:59:35 +00:00
yarn.lock build(website): build site from db data 2023-04-01 02:50:24 +02:00


discord.js


Discord server npm version npm downloads Tests status Code coverage

Vercel

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.