Skip to content

Commit

Permalink
Merge pull request Pycord-Development#379 from Aiko-IT-Systems/master
Browse files Browse the repository at this point in the history
Update Japanese Readme
  • Loading branch information
BobDotCom authored Nov 2, 2021
2 parents bcdd4eb + 27d1fde commit eb07e24
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions README.ja.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pycord
==========

.. image:: https://discord.com/api/guilds/681882711945641997/embed.png
:target: https://discord.gg/dK2qkEJ37N
:target: https://pycord.dev/discord
:alt: Discordサーバーの招待
.. image:: https://img.shields.io/pypi/v/py-cord.svg
:target: https://pypi.python.org/pypi/py-cord
Expand All @@ -11,14 +11,15 @@ pycord
:target: https://pypi.python.org/pypi/py-cord
:alt: PyPIのサポートしているPythonのバージョン

discord.pyのフォーク。 PyCordはPythonで記述されたDiscord用の最新の使いやすい機能豊富な非同期対応APIラッパーです
discord.pyのフォークです。PyCordはPythonで書かれたDiscordのモダンで使いやすく、豊富な機能を持ち、非同期に対応したAPIラッパーです

主な特徴
-------------

- ``async`` と ``await`` を使ったモダンなPythonらしいAPI。
- 適切なレート制限の処理。
- 速度とメモリの両方で最適化されています。
- 速度とメモリ使用量の両方が最適化されています。
- スラッシュコマンド、コンテキストメニュー、メッセージコンポーネントをサポート。

インストール
----------
Expand Down Expand Up @@ -59,7 +60,7 @@ discord.pyのフォーク。 PyCordはPythonで記述されたDiscord用の最

* `PyNaCl <https://pypi.org/project/PyNaCl/>`__ (音声サポート用)

Linuxで音声サポートを導入するには、前述のコマンドを実行する前にお気に入りのパッケージマネージャー(例えば ``apt`` や ``dnf`` など)を使って以下のパッケージをインストールする必要があります:
なお、Linuxで音声サポートをインストールする場合は、上記のコマンドを実行する前に、お好みのパッケージマネージャー(apt、dnfなど)を使って以下のパッケージをインストールしておく必要があります。

* libffi-dev (システムによっては ``libffi-devel``)
* python-dev (例えばPython 3.6用の ``python3.6-dev``)
Expand Down Expand Up @@ -102,11 +103,14 @@ Botの例
bot.run('token')
examplesディレクトリに更に多くのサンプルがあります。
その他の例は、examples ディレクトリにあります。

注意: ボットトークンを誰にも見せないようにしてください。

リンク
------

- `ドキュメント <https://pycord.readthedocs.io/en/latest/index.html>`_
- `公式Discordサーバー <https://discord.gg/dK2qkEJ37N>`_
- `ドキュメント <https://docs.pycord.dev/en/master/index.html>`_
- `公式Discordサーバー <https://pycord.dev/discord>`_
- `Discord開発者 <https://discord.gg/discord-developers>`_
- `Discord API <https://discord.gg/discord-api>`_

0 comments on commit eb07e24

Please sign in to comment.