aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAustin Hellyer <[email protected]>2016-12-12 16:54:32 -0800
committerAustin Hellyer <[email protected]>2016-12-12 16:54:32 -0800
commit8c314c735cb577b5968167020959cd9f009e5fe5 (patch)
tree228b08068fd2e3b67198522bf47f0e9e91120267 /README.md
parentCleanup gateway prep (diff)
downloadserenity-8c314c735cb577b5968167020959cd9f009e5fe5.tar.xz
serenity-8c314c735cb577b5968167020959cd9f009e5fe5.zip
Add related projects to readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md17
1 files changed, 16 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3714dcb..831bef2 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-[![ci-badge][]][ci] [![crate-badge][]][crate] [![license-badge][]][license] [![docs-badge][]][docs] [![contribs-badge][]][contribs]
+[![ci-badge][]][ci] [![crate-badge][]][crate] [![license-badge][]][license] [![docs-badge][]][docs] [![contribs-badge][]][contribs] [![dapi-badge][]][dapi]
# serenity.rs
@@ -131,6 +131,14 @@ Voice+youtube-dl:
- youtube-dl (Arch: `community/youtube-dl`)
+# Related Projects
+
+- [discord-rs][rel:discord-rs] (Rust)
+- [eris][rel:eris] (JavaScript)
+- [Discord.Net][rel:discord.net] (.NET)
+- [discord.py][rel:discord.py] (Python)
+- [discordrb][rel:discordrb] (Ruby)
+
[`Cache`]: https://serenity.zey.moe/serenity/ext/cache/struct.Cache.html
[`Client::login_bot`]: https://serenity.zey.moe/serenity/client/struct.Client.html#method.login_bot
[`Client::login_user`]: https://serenity.zey.moe/serenity/client/struct.Client.html#method.login_user
@@ -150,6 +158,8 @@ Voice+youtube-dl:
[crate]: https://crates.io/crates/serenity
[crate-badge]: https://img.shields.io/crates/v/serenity.svg?maxAge=2592000
[client's module-level documentation]: https://serenity.zey.moe/serenity/client/index.html
+[dapi]: https://discord.gg/PgQYQcc
+[dapi-badge]: https://discordapp.com/api/guilds/81384788765712384/widget.png
[discord docs]: https://discordapp.com/developers/docs/intro
[docs]: https://serenity.zey.moe/
[docs-badge]: https://img.shields.io/badge/docs-online-5023dd.svg
@@ -157,3 +167,8 @@ Voice+youtube-dl:
[gateway docs]: https://serenity.zey.moe/serenity/client/gateway/index.html
[license]: https://opensource.org/licenses/ISC
[license-badge]: https://img.shields.io/badge/license-ISC-blue.svg
+[rel:discord-rs]: https://github.com/SpaceManiac/discord-rs.git
+[rel:discord.net]: https://github.com/RogueException/Discord.Net
+[rel:discord.py]: https://github.com/Rapptz/discord.py
+[rel:discordrb]: https://github.com/meew0/discordrb
+[rel:eris]: https://github.com/abalabahaha/eris