> For the complete documentation index, see [llms.txt](https://ephf.gitbook.io/discord-short/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ephf.gitbook.io/discord-short/master.md).

# Discord.Short

## Discord.Short  (Discord.js Addon)

Discord.Short is a Discord.js addon so that you can make discord bots faster. You can use the command line for some commands by downloading an extra package, and you create bots in JavaScript files. Discord.Short offers support for 2 free programs, MongoDB (JavaScript Database), and Heroku (Node.js JavaScript Hosting)

To start, lets download Discord.Short and Discord.Short-MultiRun, like this:

```bash
$ npm install discord.short
$ npm install discord.short-multirun -g
```
