Commit Graph

145 Commits

Author SHA1 Message Date
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
269fded2dc
patch: include all available python images 2021-06-30 14:54:24 +03:00
Alex
1d18b7365f
patch: include all available nodejs images 2021-06-30 14:53:57 +03:00
Sneaky
dc4a321bde Create egg-discord-java.json
Added a basic java egg that allows people to run java discord bots ( or other java applications ) supports java 11.
2021-04-04 12:03:30 +01:00
Michael (Parker) Parker
5aa1848f8f
Merge pull request #1058 from parkervcp/add/deno_generic
Add Deno Generic Egg
2021-04-01 17:18:29 -04:00
Michael Parker
79091ce6f0 update python generic install
installs python packages into the standard `.local/lib/python3.8/site-packages`

updates install script to user new site-packages and configurable requirements.txt file name.

Resolves #1002
2021-03-31 19:12:23 -04:00
Michael Parker
95a65646f8 add luvit generic 2021-03-29 22:13:10 -04:00
Michael Parker
220ef0abf1 update nodejs install script 2021-03-29 21:48:22 -04:00
Michael Parker
4811c2b2ce update discordpy install script 2021-03-29 21:43:08 -04:00
Michael Parker
69813b29df update install script 2021-03-29 20:49:04 -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
Michael Parker
ca3a18a1e5 Add Deno Generic Egg
resolves #1022
2021-03-29 19:21:27 -04:00
Softwarenoob
666dfd301a fix startup 2021-01-29 22:50:01 +02:00
Michael (Parker) Parker
99e66c5b3d
Merge pull request #892 from gOOvER/patch-1
Redbot egg - Add notice for internal Lavalink Server Port
2021-01-23 22:03:54 -05:00
Proxymiity ☆
e876ccc069
Update egg-j-music-bot.json
Changed the startup complete as it is `[INFO] [JDA]: Finished Loading!` now, and the discordapp.com link to discord.com
2021-01-10 01:40:46 +01:00
Omar Kamel
2b3fe08a30
change instances of discord.js to discord.py 2021-01-06 17:11:34 -05:00
Omar Kamel
e6e5c74c22
edit comment to say python instead of nodejs 2021-01-06 17:10:43 -05: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
Torsten Widmann
e7a6d147c5
Add notice for internal Lavalink Server Port 2020-12-31 10:45:06 +01:00
Softwarenoob
28dea0ce91 Include information about configuration 2020-11-18 00:55:54 +02:00
Softwarenoob
8b3ed38083 Works with the latest releases 2020-11-18 00:51:56 +02:00
Softwarenoob
4037a8a559 Add default playlist 2020-11-18 00:51:14 +02:00
Softwarenoob
2e43b2e354 Add default config 2020-11-18 00:50:18 +02:00
Scraayp
2aaf52b75f
Fixed some typo on copy 2020-10-21 13:39:38 +02:00
parkervcp
2fc25588ed
update readmes 2020-10-11 12:20:31 -04:00
parkervcp
d8309a93c7
add discord go
Adds a generic discordgo egg.

builds and moves the resulting executable to the server folder.

resolves #694
2020-10-11 12:16:02 -04:00
Michael Parker
d438eb5d07
update python generic 2020-09-28 22:37:14 -04:00
Michael (Parker) Parker
03cfafc942
Merge pull request #671 from Pemigrade/patch-1
Allow support for private repos in the discord.js egg + small wording changes + fix inconsistencies with discord.py
2020-09-28 22:30:22 -04:00
Omar Kamel
70f9a0e601
Update README.md
Remove redundant discord.js
Add CorpBot and RedBot to README
Reorganizing to match eggs/bots/discord folder layout
2020-09-20 16:41:12 -04: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
62f860c112
nullable variables
makes other variable nullable
2020-08-02 15:41:16 -04:00
parkervcp
4adbd414a5
fix variable rules
makes install repo nullable.
2020-08-02 14:26:40 -04: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
Michael Parker
27135b8d3f
change install location 2020-07-18 21:00:46 -04:00
AwesomenessZ
bd97f6c298
Forgot a space in startup command 2020-07-14 13:56:22 -04:00
Michael (Parker) Parker
dec8267e8d
Merge pull request #593 from parkervcp/update/discordjs_generic
update discordjs generic
2020-07-14 10:04:28 -04:00
Michael Parker
679d20ce4d
update start command for python generic 2020-07-11 19:50:57 -04:00
Michael Parker
d4e8d314c5 update discordjs generic
update generic install script

update generic start command
2020-06-29 17:11:32 -04:00
Michael Parker
2a707a1982 update README's 2020-06-29 17:04:37 -04:00
Michael Parker
6748c429a6 add discord.py generic
resolves #591

Since you're all to lazy to edit a script on your own.
2020-06-29 17:01:50 -04:00
Michael Parker
5845d140b8 fix startup and update readme
fix catching the startup correctly
updates the readme for the intents issue.
2020-06-20 13:12:36 -04:00
Michael Parker
6518c8adda update for bastion v8
adds mongo to the main image and uses it in the server.
2020-06-20 12:37:22 -04:00
Michael Parker
1d07474a2e update match for version
resolves #565
2020-06-15 17:45:16 -04:00
iamkubi
d1cbff57af
Document steps to fix redbot disk space issues
Fixes #550 when using the Redbot audio cog
2020-06-02 14:33:35 -07:00
Michael (Parker) Parker
5536905e9e
Merge pull request #506 from lucatunes/patch-2
Fixed the musicbot title
2020-04-25 14:18:50 -04:00
Michael (Parker) Parker
673bd7c2f5
Merge pull request #495 from parkervcp/add/corpbot
add corpbot
2020-04-25 12:15:30 -04:00
Michael Parker
7e1c732576 fix install script
adds a missing -y I had in my copy.
2020-04-25 10:41:37 -04:00
lucatunes
1ce06a18ea
Fixed the musicbot title 2020-04-23 00:40:19 -05:00
Michael Parker
44e58a75a8 add readme files 2020-04-20 23:18:25 -04:00
Michael Parker
0196f44d04 add red-discordbot
This adds the red discordbot
2020-04-20 23:08:30 -04:00
Michael Parker
fe7a59a5ee fix install script. 2020-04-18 15:37:05 -04:00
Michael Parker
2e3b244230 add corpbot
adds corp bot

resolves #444
2020-04-18 15:34:09 -04:00
Michael Parker
7a87ac173d update parkertron egg 2020-04-03 12:52:11 -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) Parker
31f8f9cbb3
Merge pull request #425 from parkervcp/update/discordjs
update discordjs egg
2020-02-23 16:51:22 -05:00
Michael Parker
b17e60e384 update jmusic bot
fixes the install script.
2020-02-21 13:02:40 -05:00
Michael Parker
1c92b6f11f update discordjs egg 2020-02-01 21:37:44 -05:00
Michael Parker
bf630af9be update pixelbot image
Updating to use the updated python image.
2020-01-19 11:12:35 -05:00
AreYouScared
bb59e9b636 Update egg-pixel-bot.json
Clearly not Factorio
2019-10-01 15:30:27 -04:00
Michael (Parker) Parker
b94afcd781
update sinusbot install script. 2019-07-25 10:50:51 -04:00
Michael (Parker) Parker
3ed30d768b
Merge pull request #240 from parkervcp/update/atlbot
update for atlbot changes
2019-07-09 23:52:34 -04:00
Michael Parker
d21f83cee4 update for atlbot changes
Update to work with the latest atl bot changes
2019-06-23 10:01:47 -04: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
4f8f890867
Merge pull request #201 from parkervcp/update/bastion
Update bastion

resolves #178
2019-05-13 14:19:14 -04:00
Michael (Parker) Parker
108d0b5b77
add nogui flag 2019-05-08 07:54:05 -04:00
Michael Parker
cc2a0f4a1c change bastion config settings
change to use the yaml parser instead of json
2019-05-06 23:16:34 -04:00
Michael Parker
4c01ec67fb update bastion egg
change install process and start command.
2019-05-06 23:02:08 -04:00
Michael (Parker) Parker
67ff371c6b
Add JMusicBot
This adds the JMusicBot
2019-05-06 14:53:25 -04:00
Michael (Parker) Parker
c66621af60 updated many readme files 2019-05-05 08:49:12 -04:00
Michael (Parker) Parker
932439efe9 Add fragbot and update parkertron readme 2019-04-27 21:37:50 -04:00
Aaronstar-McClure
4905d94c0e
fix changes to config names
the original maker slightly changed the way the configs file worked, so I updated some file names
2019-04-27 17:30:58 -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
Michael (Parker) Parker
999a49f2aa Correct SinusBot image
Change the image to use the new container for sinusbot.
2019-02-28 12:39:39 -05:00
Michael (Parker) Parker
6658affb85 update parkertron egg to use the new image 2019-02-17 12:35:39 -05:00
Sir3lit
167e4b4050
Update to latest Alpine 2019-02-05 15:08:57 -05:00
Michael (Parker) Parker
8c4a7351a6
Merge pull request #125 from Sir3lit/patch-8
fix issues for ATL bot install
2019-01-08 20:46:27 -05:00
Matthww
9899d42504
Bastion V7 Update 2019-01-02 14:39:17 +01:00
Matthww
674677c34e
Bastion V7 update 2019-01-02 14:14:18 +01:00
Sir3lit
79eeb026de
delete package-lock.json
Allows `npm install` to run without a error
2018-12-25 21:15:28 -05:00
Michael (Parker) Parker
a3ed32f2be update to use nodejs 10
Using a new NodeJS 10 image for the server
Uses NodeJS 10 for the install script.
Adds git during the install.
2018-11-24 16:13:32 -08:00
Michael (Parker) Parker
d3cf48e81d Adding the bastion discord bot 2018-10-30 23:17:21 -04:00
Michael (Parker) Parker
7def6aaf3a SinusBot fix
changed to download teamspeak client instead of server release.
Updated version variable to correct teamspeak version.
2018-10-28 12:26:36 -04:00
Michael (Parker) Parker
cf6274f68a new readme changes 2018-07-24 19:17:24 -04:00
Michael (Parker) Parker
a7ff4a5627 parkertron update and readme updates 2018-07-24 00:13:55 -04:00
Michael (Parker) Parker
9b4b83c35e github is dumb part 2 2018-07-11 16:41:33 -04:00
Michael (Parker) Parker
cc7c2eba6b github is dumb 2018-07-11 16:35:54 -04:00
Michael (Parker) Parker
3fd6ae2705 repo re-org and readme update
This is gonna be a fun one.
2018-07-11 16:24:41 -04:00