From 2a707a19829dbecdc73f60c9cd55fdf5a5cbd6b9 Mon Sep 17 00:00:00 2001 From: Michael Parker Date: Mon, 29 Jun 2020 17:04:37 -0400 Subject: [PATCH] update README's --- README.md | 1 + bots/discord/README.md | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/README.md b/README.md index e451b6e5..dbc8ed1e 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ If you are reading this it looks like you are looking to add an egg to your serv * [Bastion](/bots/discord/bastion/) * [CorpBot](/bots/discord/corpbot/) Python * [discord.js](bots/discord/discord.js/) Node JS generic +* [discord.py](bots/discord/discord.py/) Python generic * [fragbot](/bots/discord/fragbot/) Golang * [jmusicbot](/bots/discord/jmusicbot) Java * [parkertron](/bots/discord/parkertron/) Golang diff --git a/bots/discord/README.md b/bots/discord/README.md index 32e7f28b..41f95307 100644 --- a/bots/discord/README.md +++ b/bots/discord/README.md @@ -18,6 +18,10 @@ Give awesome perks to your Discord server! [discord.js](https://discord.js.org/) A generic discord.js egg for running discord bots. +#### DiscordPY +[discord.py](https://discordpy.readthedocs.io/en/latest/) +A generic discord.py egg for running discord bots. + #### MusicBot [jagrosh/MusicBot](https://github.com/jagrosh/MusicBot) A Discord music bot that's easy to set up and run yourself!