From 60fbb62b5f5b99d74dfa1cf8eefd9a1507e06bb9 Mon Sep 17 00:00:00 2001 From: Andrei Date: Wed, 14 Feb 2018 21:48:30 -0800 Subject: [PATCH] cleanup readme a bit --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5210235..6d1413f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # 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/WMzzPec). + +[![PyPI](https://img.shields.io/pypi/l/disco-py.svg)](https://pypi.python.org/pypi/disco-py/) +[![PyPI](https://img.shields.io/pypi/v/disco-py.svg)](https://pypi.python.org/pypi/disco-py/) +[![TravisCI](https://img.shields.io/travis/b1naryth1ef/disco.svg)](https://travis-ci.org/b1naryth1ef/disco/) + +Disco is an extensive and extendable Python 2.x/3.x library for the [Discord API](https://discordapp.com/developers/docs/intro). Join the Official channel and chat [here](https://discord.gg/WMzzPec). Disco boasts the following major features: - Expressive, functional interface that gets out of the way - Built for high-performance and efficiency