diff options
| author | Rapptz <[email protected]> | 2021-07-04 21:26:27 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2021-07-04 21:26:27 -0400 |
| commit | c2acb0a114abba45f20b0176d6e268fe9717926e (patch) | |
| tree | 882d6051f58cc827cda201f86300f9ea8f17650c | |
| parent | Add SelectOption.__str__ (diff) | |
| download | discord.py-c2acb0a114abba45f20b0176d6e268fe9717926e.tar.xz discord.py-c2acb0a114abba45f20b0176d6e268fe9717926e.zip | |
Update README to point to 3.8 requirement
| -rw-r--r-- | README.ja.rst | 2 | ||||
| -rw-r--r-- | README.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/README.ja.rst b/README.ja.rst index 258a3e03..32f97786 100644 --- a/README.ja.rst +++ b/README.ja.rst @@ -24,7 +24,7 @@ discord.py は機能豊富かつモダンで使いやすい、非同期処理に インストール ------------- -**Python 3.5.3 以降のバージョンが必須です** +**Python 3.8 以降のバージョンが必須です** 完全な音声サポートなしでライブラリをインストールする場合は次のコマンドを実行してください: @@ -24,7 +24,7 @@ Key Features Installing ---------- -**Python 3.5.3 or higher is required** +**Python 3.8 or higher is required** To install the library without full voice support, you can just run the following command: |