Browse Source

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
pull/27/head
José Duarte 8 years ago
committed by GitHub
parent
commit
eb17b0f655
  1. 12
      README.md

12
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)

Loading…
Cancel
Save