diff options
| author | Rapptz <[email protected]> | 2021-08-15 14:01:59 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2021-08-15 14:01:59 -0400 |
| commit | feae059c6858e419552ec4096f1ad2692bb4c484 (patch) | |
| tree | 684d14b215976b5c5914ca96083cfcb9ad4ce87e /docs/index.rst | |
| parent | Rename start_thread to create_thread for consistency (diff) | |
| download | discord.py-feae059c6858e419552ec4096f1ad2692bb4c484.tar.xz discord.py-feae059c6858e419552ec4096f1ad2692bb4c484.zip | |
Remove coverage note from the documentation and README
A lot of people seem to point out this line as a gotcha when certain
features haven't been released yet. It's been more of a pain-point
than a marketing win since people seem to be unaware of the way this
project is developed.
Fix #7401
Diffstat (limited to 'docs/index.rst')
| -rw-r--r-- | docs/index.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst index a6f16c81..e1af5163 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -16,7 +16,6 @@ for Discord. - Modern Pythonic API using ``async``\/``await`` syntax - Sane rate limit handling that prevents 429s -- 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 |