update readmes
This commit is contained in:
		| @@ -32,6 +32,7 @@ If you are reading this it looks like you are looking to add an egg to your serv | |||||||
| * [CorpBot](/bots/discord/corpbot/) Python | * [CorpBot](/bots/discord/corpbot/) Python | ||||||
| * [discord.js](bots/discord/discord.js/) Node JS generic | * [discord.js](bots/discord/discord.js/) Node JS generic | ||||||
| * [discord.py](bots/discord/discord.py/) Python generic | * [discord.py](bots/discord/discord.py/) Python generic | ||||||
|  | * [discordgo](bots/discord/discordgo/) golang generic | ||||||
| * [fragbot](/bots/discord/fragbot/) Golang | * [fragbot](/bots/discord/fragbot/) Golang | ||||||
| * [jmusicbot](/bots/discord/jmusicbot) Java | * [jmusicbot](/bots/discord/jmusicbot) Java | ||||||
| * [parkertron](/bots/discord/parkertron/) Golang | * [parkertron](/bots/discord/parkertron/) Golang | ||||||
|   | |||||||
| @@ -22,6 +22,10 @@ A generic discord.js egg for running discord bots. | |||||||
| [discord.py](https://discordpy.readthedocs.io/en/latest/)   | [discord.py](https://discordpy.readthedocs.io/en/latest/)   | ||||||
| A generic discord.py egg for running discord bots. | A generic discord.py egg for running discord bots. | ||||||
|  |  | ||||||
|  | #### discordgo | ||||||
|  | [discordgo](https://github.com/bwmarrin/discordgo) | ||||||
|  | A generic go application egg. | ||||||
|  |  | ||||||
| #### FragBot | #### FragBot | ||||||
| [fragforce/fragbot](https://github.com/fragforce/fragbot)   | [fragforce/fragbot](https://github.com/fragforce/fragbot)   | ||||||
| The bot that runs as the fragforce `@Fragbot` offering looking-for-group services for now   | The bot that runs as the fragforce `@Fragbot` offering looking-for-group services for now   | ||||||
|   | |||||||
| @@ -4,3 +4,6 @@ This egg was designed to allow a user to pull their own go discord bot from a re | |||||||
| The startup configs and commands may need changing to actually function properly. | The startup configs and commands may need changing to actually function properly. | ||||||
|  |  | ||||||
| Users cannot upload their own code as this is built to build the resulting bot. | Users cannot upload their own code as this is built to build the resulting bot. | ||||||
|  |  | ||||||
|  | `GO_PACKAGE` is the variable for the go repo i.e. `github.com/aurieh/ddg-ng`   | ||||||
|  | `EXECUTABLE` is the variable for the executable that is built i.e. `ddg-ng` | ||||||
		Reference in New Issue
	
	Block a user