diff options
| author | Rapptz <[email protected]> | 2017-05-23 11:31:41 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2017-05-23 11:31:41 -0400 |
| commit | 37288412ed730c888be97df65e199aca9ebe6da3 (patch) | |
| tree | 84900b6b0e2e7b9588cfdb0ea9cf9d0ea34c28e2 | |
| parent | Don't dispatch on_voice_state_update when Member is not found. (diff) | |
| download | discord.py-37288412ed730c888be97df65e199aca9ebe6da3.tar.xz discord.py-37288412ed730c888be97df65e199aca9ebe6da3.zip | |
Working fix for one of the bullet points.
Thanks Pirate.
| -rw-r--r-- | docs/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst index 673de050..9f0a4e34 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -15,7 +15,7 @@ for Discord. - Modern Pythonic API using ``async``\/``await`` syntax - Sane rate limit handling that prevents 429s -- Implements the entirety of the Discord API +- Implements the entire Discord API - Command extension to aid with bot creation - Easy to use with an object oriented design - Optimised for both speed and memory |