Skip to content

Commit

Permalink
Remove coverage note from the documentation and README
Browse files Browse the repository at this point in the history
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 Rapptz#7401
  • Loading branch information
Rapptz committed Aug 15, 2021
1 parent 1e17b7f commit feae059
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion README.ja.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ discord.py は機能豊富かつモダンで使いやすい、非同期処理に

- ``async`` と ``await`` を使ったモダンなPythonらしいAPI。
- 適切なレート制限処理
- Discord APIによってサポートされているものを100%カバー。
- メモリと速度の両方を最適化。

インストール
Expand Down
1 change: 0 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit feae059

Please sign in to comment.