Skip to content

Commit b872cfe

Browse files
authored
Minor README update
1 parent 625dbc8 commit b872cfe

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.rst

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

44
.. image:: https://discord.com/api/guilds/881207955029110855/embed.png
55
:target: https://pycord.dev/discord
@@ -17,7 +17,7 @@ pycord
1717
A fork of discord.py. PyCord is a modern, easy to use, feature-rich, and async ready API wrapper for Discord written in Python.
1818

1919
Key Features
20-
-------------
20+
------------
2121

2222
- Modern Pythonic API using ``async`` and ``await``.
2323
- Proper rate limit handling.
@@ -69,7 +69,7 @@ To install the development version, do the following:
6969
7070
7171
Optional Packages
72-
~~~~~~~~~~~~~~~~~~
72+
~~~~~~~~~~~~~~~~~
7373

7474
* `PyNaCl <https://pypi.org/project/PyNaCl/>`__ (for voice support)
7575
* `aiodns <https://pypi.org/project/aiodns/>`__, `Brotli <https://pypi.org/project/Brotli/>`__, `cchardet <https://pypi.org/project/cchardet/>`__ (for aiohttp speedup)
@@ -81,7 +81,7 @@ Please note that while installing voice support on Linux, you must install the f
8181
* python-dev (e.g. ``python3.6-dev`` for Python 3.6)
8282

8383
Quick Example
84-
--------------
84+
-------------
8585

8686
.. code:: py
8787
@@ -100,8 +100,8 @@ Quick Example
100100
101101
bot.run("token")
102102
103-
Normal Commands Example
104-
~~~~~~~~~~~~~
103+
Traditional Commands Example
104+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
105105

106106
.. code:: py
107107
@@ -121,9 +121,9 @@ You can find more examples in the examples directory.
121121
Note: Make sure you do not reveal your bot token to anyone, it can grant access to your bot.
122122

123123
Links
124-
------
124+
-----
125125

126126
- `Documentation <https://docs.pycord.dev/en/master/index.html>`_
127-
- `Official Discord Server <https://pycord.dev/discord>`_
128-
- `Discord Developers <https://discord.gg/discord-developers>`_
129-
- `Discord API <https://discord.gg/discord-api>`_
127+
- `Our Official Discord Server <https://pycord.dev/discord>`_
128+
- `Official Discord Developers Server <https://discord.gg/discord-developers>`_
129+
- `Unofficial Discord API Server <https://discord.gg/discord-api>`_

0 commit comments

Comments
 (0)