eggs/bots/discord/discord.js
Pempkin 422c41d931
Update egg-discord-js-generic.json
### All Submissions:

* [Y] Have you followed the guidelines in our Contributing document?
* [Y] Have you checked to ensure there aren't other open [Pull Requests](../../pulls) for the same update/change?
* [Y] Did you branch your changes and PR from that branch and not from your master branch?
  * If not, why?:

<!-- You can erase any parts of this template not applicable to your Pull Request. -->

### Changes to an existing Egg:

1. [Y] Have you added an explanation of what your changes do and why you'd like us to include them?
     Adds support for private repos and changes some wording. For example, it fixes a typo and changes some instances of "git" to "GitHub" to help out people with limited experience. It also fixes an inconsistency with the discord.py egg where users could not edit the values for the discord.js egg but could on the discord.py egg. If this was intentional, feel free to undo those changes.
2. [~] Have you tested your Egg changes?
It'd be helpful if someone could try this with a public repository since I was unable to find a discord.js bot in a public repo and my bot has a lot of confidential info hardcoded into it. It works fine with private repos and there seems to be no reason why it wouldn't work with public repos since I didn't change anything with respect to those.
2020-08-30 10:09:47 -05:00
..
egg-discord-js-generic.json Update egg-discord-js-generic.json 2020-08-30 10:09:47 -05:00
README.md updated many readme files 2019-05-05 08:49:12 -04:00

discord.js generic

This egg was designed to allow a user to pull their own nodejs discord bot from a repo.

There is an option to allow a user to upload their own files to run a bot.

The startup configs and commands may need changing to actually function properly.