From eb17b0f65547e6e08eeca687dd50f3890135ff32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Duarte?= Date: Thu, 4 May 2017 18:02:28 +0100 Subject: [PATCH] Update README.md Added a link to the documentation before Official channel is mentioned, this way there's a more clear sense where the docs are and users won't rush asking for documentation in the channel Corrected a typo in line 56 (configued -> configured) Added other Discord API's link's --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ae77c31..e663312 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # disco -Disco is a simple and extendable library for the [Discord API](https://discordapp.com/developers/docs/intro). Join the Official channel and chat [here](https://discord.gg/XJRZSQk). +Disco is a simple and extendable library for the [Discord API](https://discordapp.com/developers/docs/intro). + +Read the [documentation](http://disco-py.readthedocs.io/en/latest/index.html) or join the Official channel and chat [here](https://discord.gg/XJRZSQk) to get started! - Expressive, functional interface that gets out of the way - Built for high-performance and efficiency @@ -51,6 +53,12 @@ Using the default bot configuration, we can now run this script like so: `python -m disco.cli --token="MY_DISCORD_TOKEN" --run-bot --plugin simpleplugin` -And commands can be triggered by mentioning the bot (configued by the BotConfig.command\_require\_mention flag): +And commands can be triggered by mentioning the bot (configured by the BotConfig.command\_require\_mention flag): ![](http://i.imgur.com/Vw6T8bi.png) + +### [Other Discord API's](https://discordapp.com/developers/docs/topics/libraries) +- [DiscordGo](https://github.com/bwmarrin/discordgo) +- [Discord4j](https://github.com/austinv11/Discord4J) +- [discordrb](https://github.com/meew0/discordrb) +- [discord-rs](https://github.com/SpaceManiac/discord-rs)