Files
discord.js/docs/custom/documents/welcome.md
Schuyler Cebulskie bc09da9a35 Update documentation
2016-09-07 02:24:25 -04:00

2.6 KiB

discord.js

Discord npm npm Build Status David

NPM

discord.js is a powerful node.js module that allows you to interact with the Discord API.

Welcome!

Welcome to the discord.js v9 documentation. The v9 rewrite has taken a lot of time, but it should be much more stable and performant than previous versions.

Installation

Node.js 6.0.0 or newer is required.
With voice support: npm install --save discord.js --production
Without voice support: npm install --save discord.js --production --no-optional

By default, discord.js uses opusscript when playing audio over voice connections. If you're looking to play over multiple voice connections, it might be better to install node-opus. discord.js will automatically prefer node-opus over opusscript.

Guides

Help

If you don't understand something in this 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.