Files
discord.js/docs/custom/getting_started.js
2016-08-18 00:16:51 +01:00

30 lines
606 B
JavaScript

module.exports = {
category: 'General',
name: 'Getting Started',
data:
`# Welcome!
discord.js is an easy-to-use and intuitive JavaScript library that wraps around the Discord API.
## Installation
To install discord.js from npm:
\`\`\`bash
npm i --save discord.js
\`\`\`
To install discord.js from the master branch:
\`\`\`bash
npm i --save hydrabolt/discord.js
\`\`\`
To install discord.js from the development branch:
\`\`\`bash
npm i --save hydrabolt/discord.js#indev
\`\`\`
To install discord.js from the rewrite branch:
\`\`\`bash
npm i --save hydrabolt/discord.js#indev-rewrite
\`\`\`
`,
};