mirror of
https://github.com/danbulant/discord.js
synced 2026-07-06 03:31:03 +00:00
work on getting started
This commit is contained in:
parent
22cdf0b258
commit
bca3cc7915
2 changed files with 22 additions and 1 deletions
|
|
@ -4,5 +4,26 @@ module.exports = {
|
||||||
data:
|
data:
|
||||||
`# Welcome!
|
`# Welcome!
|
||||||
discord.js is an easy-to-use and intuitive JavaScript library that wraps around the Discord API.
|
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
|
||||||
|
\`\`\`
|
||||||
`,
|
`,
|
||||||
};
|
};
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue