diff options
| author | Aman Kumar <[email protected]> | 2021-06-02 16:01:58 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-06-02 06:31:58 -0400 |
| commit | 9e4bcd3df7c6139d2e56d6cc7e19efdcb2ae082f (patch) | |
| tree | 75d0c29dbd289e227b8118d3adc0ea0b94112a10 /README.rst | |
| parent | Fix NameError in missing _EmojiTag import (diff) | |
| download | discord.py-9e4bcd3df7c6139d2e56d6cc7e19efdcb2ae082f.tar.xz discord.py-9e4bcd3df7c6139d2e56d6cc7e19efdcb2ae082f.zip | |
Fix some typos in custom_context example
Also adds PyNaCl PyPI link in README
Diffstat (limited to 'README.rst')
| -rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -59,7 +59,7 @@ To install the development version, do the following: Optional Packages ~~~~~~~~~~~~~~~~~~ -* PyNaCl (for voice support) +* `PyNaCl <https://pypi.org/project/PyNaCl/>`__ (for voice support) Please note that on Linux installing voice you must install the following packages via your favourite package manager (e.g. ``apt``, ``dnf``, etc) before running the above commands: |