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)