1
1
pycord
2
- ==========
2
+ ======
3
3
4
4
.. image :: https://discord.com/api/guilds/881207955029110855/embed.png
5
5
:target: https://pycord.dev/discord
17
17
A fork of discord.py. PyCord is a modern, easy to use, feature-rich, and async ready API wrapper for Discord written in Python.
18
18
19
19
Key Features
20
- -------------
20
+ ------------
21
21
22
22
- Modern Pythonic API using ``async `` and ``await ``.
23
23
- Proper rate limit handling.
@@ -69,7 +69,7 @@ To install the development version, do the following:
69
69
70
70
71
71
Optional Packages
72
- ~~~~~~~~~~~~~~~~~~
72
+ ~~~~~~~~~~~~~~~~~
73
73
74
74
* `PyNaCl <https://pypi.org/project/PyNaCl/ >`__ (for voice support)
75
75
* `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
81
81
* python-dev (e.g. ``python3.6-dev `` for Python 3.6)
82
82
83
83
Quick Example
84
- --------------
84
+ -------------
85
85
86
86
.. code :: py
87
87
@@ -100,8 +100,8 @@ Quick Example
100
100
101
101
bot.run(" token" )
102
102
103
- Normal Commands Example
104
- ~~~~~~~~~~~~~
103
+ Traditional Commands Example
104
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
105
105
106
106
.. code :: py
107
107
@@ -121,9 +121,9 @@ You can find more examples in the examples directory.
121
121
Note: Make sure you do not reveal your bot token to anyone, it can grant access to your bot.
122
122
123
123
Links
124
- ------
124
+ -----
125
125
126
126
- `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