Browse Source

Merge eb17b0f655 into 333fcebcd4

pull/27/merge
José Duarte 8 years ago
committed by GitHub
parent
commit
f0fae86074
  1. 10
      README.md

10
README.md

@ -1,5 +1,7 @@
# disco # 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 - Expressive, functional interface that gets out of the way
- Built for high-performance and efficiency - Built for high-performance and efficiency
@ -54,3 +56,9 @@ Using the default bot configuration, we can now run this script like so:
And commands can be triggered by mentioning the bot (configured 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) ![](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