Skip to content

Commit f143c4f

Browse files
authored
Merge pull request #377 from Pycord-Development/pycord-dev
[ci skip] pycord.dev and a few fixes
2 parents d33d03a + 1560c6a commit f143c4f

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.rst

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ pycord
22
==========
33

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

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

2727
Installing
@@ -64,7 +64,7 @@ Optional Packages
6464

6565
* `PyNaCl <https://pypi.org/project/PyNaCl/>`__ (for voice support)
6666

67-
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:
67+
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:
6868

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

110+
Note: Make sure you do not reveal your bot token to anyone, it can grant access to your bot.
111+
110112
Links
111113
------
112114

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

0 commit comments

Comments
 (0)