aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRapptz <[email protected]>2021-08-15 14:01:59 -0400
committerRapptz <[email protected]>2021-08-15 14:01:59 -0400
commitfeae059c6858e419552ec4096f1ad2692bb4c484 (patch)
tree684d14b215976b5c5914ca96083cfcb9ad4ce87e
parentRename start_thread to create_thread for consistency (diff)
downloaddiscord.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
-rw-r--r--README.ja.rst1
-rw-r--r--README.rst1
-rw-r--r--docs/index.rst1
3 files changed, 0 insertions, 3 deletions
diff --git a/README.ja.rst b/README.ja.rst
index 32f97786..11deab89 100644
--- a/README.ja.rst
+++ b/README.ja.rst
@@ -18,7 +18,6 @@ discord.py は機能豊富かつモダンで使いやすい、非同期処理に
- ``async`` と ``await`` を使ったモダンなPythonらしいAPI。
- 適切なレート制限処理
-- Discord APIによってサポートされているものを100%カバー。
- メモリと速度の両方を最適化。
インストール
diff --git a/README.rst b/README.rst
index d5571edd..dd2df58e 100644
--- a/README.rst
+++ b/README.rst
@@ -18,7 +18,6 @@ Key Features
- Modern Pythonic API using ``async`` and ``await``.
- Proper rate limit handling.
-- 100% coverage of the supported Discord API.
- Optimised in both speed and memory.
Installing
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