Commit Graph

23 Commits

Author SHA1 Message Date
Faye
0bad8ec5f2
Update egg-discord-js-generic.json
Added uninstall node packages + startup for it
2021-07-21 01:38:10 +02:00
Faye
92227201f5
Update egg-discord-js-generic.json 2021-07-21 01:29:09 +02:00
Faye
fc58a5db0a
Update egg-discord-js-generic.json
This pr removes some useless code and removes the --production on npm install, as discord often uses -dev packages and removes confusion.
Makes it generally more simple for people to run bots without having to figure out to remove the --production (not needed for bots)
2021-07-21 00:58:36 +02:00
Alex
1d18b7365f
patch: include all available nodejs images 2021-06-30 14:53:57 +03:00
Michael Parker
220ef0abf1 update nodejs install script 2021-03-29 21:48:22 -04:00
Michael Parker
e0f35165d3 update clone script
missed a part that causes the script to basically fail if a username is not set.
2021-03-29 20:46:24 -04:00
Michael Parker
6b401c77c3 update bot egg variables 2021-03-29 20:33:05 -04:00
Michael Parker
d97ad2f039 update generic bot installers
update python and nodejs bot eggs.
2021-03-29 19:36:25 -04:00
Omar Kamel
364b200e7c
re-order images to place latest (nodejs 14) first 2021-01-06 17:07:55 -05:00
TekExplorer
c8f3277a48 Update bot eggs to have an image selection 2021-01-05 19:33:25 +00:00
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
parkervcp
c012c04367
adding a space to start command 2020-07-23 16:18:54 -04:00
Michael Parker
413e764391
update node_packages variable
make the variable nullable
2020-07-18 23:16:13 -04:00
AwesomenessZ
bd97f6c298
Forgot a space in startup command 2020-07-14 13:56:22 -04:00
Michael Parker
d4e8d314c5 update discordjs generic
update generic install script

update generic start command
2020-06-29 17:11:32 -04:00
Lucas van Beek
b348fe4f18
Update discordjs generic egg to node 12
New discordjs update requires nodejs v12, so I updated the egg
2020-03-26 16:17:05 +01:00
Michael Parker
1c92b6f11f update discordjs egg 2020-02-01 21:37:44 -05:00
Michael Parker
68726f7074 fix start command 2019-06-16 11:08:16 -04:00
Michael (Parker) Parker
2e2d70635e
update discordjs start command
add an auto update variable
added command to run git pull if .git and auto_update are set
added npm install to start command.
2019-06-13 10:46:29 -04:00
Michael Parker
b076ca8a9b fix startup conf
fix startup conf for those easily confused.
2019-06-12 17:48:11 -04:00
Michael Parker
8eb3f761e7 updated install script. 2019-06-12 17:41:25 -04:00
Michael (Parker) Parker
b61159d745
update discord.js egg
change the repo vairable from required to nullable.
2019-04-01 15:17:36 -04:00
Michael (Parker) Parker
b9396c6153
add discord.js generic egg
Add a generic discord,js egg.
add README to  all the bot eggs.
2019-04-01 09:45:21 -04:00