Skip to content

Commit

Permalink
[ci skip] pycord.dev and a few fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Lulalaby authored Nov 2, 2021
1 parent d33d03a commit 1560c6a
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pycord
==========

.. image:: https://discord.com/api/guilds/881207955029110855/embed.png
:target: https://discord.gg/dK2qkEJ37N
:target: https://pycord.dev/discord
:alt: Discord server invite
.. image:: https://img.shields.io/pypi/v/py-cord.svg
:target: https://pypi.python.org/pypi/py-cord
Expand All @@ -21,7 +21,7 @@ Key Features

- Modern Pythonic API using ``async`` and ``await``.
- Proper rate limit handling.
- Optimised in both speed and memory.
- Optimised for both speed and memory usage.
- Supports Slash Commands, Context Menus and Message Components.

Installing
Expand Down Expand Up @@ -64,7 +64,7 @@ Optional Packages

* `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:
Please note that while installing voice support on Linux, you must install the following packages via your preferred package manager (e.g. ``apt``, ``dnf``, etc) BEFORE running the above commands:

* libffi-dev (or ``libffi-devel`` on some systems)
* python-dev (e.g. ``python3.6-dev`` for Python 3.6)
Expand Down Expand Up @@ -107,10 +107,12 @@ Normal Commands Example
You can find more examples in the examples directory.

Note: Make sure you do not reveal your bot token to anyone, it can grant access to your bot.

Links
------

- `Documentation <https://pycord.readthedocs.io/en/latest/index.html>`_
- `Official Discord Server <https://discord.gg/dK2qkEJ37N>`_
- `Documentation <https://docs.pycord.dev/en/master/index.html>`_
- `Official Discord Server <https://pycord.dev/discord>`_
- `Discord Developers <https://discord.gg/discord-developers>`_
- `Discord API <https://discord.gg/discord-api>`_

0 comments on commit 1560c6a

Please sign in to comment.