You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,14 +23,13 @@ Rapptz, also known as Danny, the maintainer and core developer of discord.py wil
23
23
24
24
Pycord v1.7.3 is the same as discord.py v1.7.3, however, Pycord v2.0 will support newer features of the API such as slash commands, context menus, scheduled events, timeouts, and others.
25
25
26
-
27
26
Key Features
28
27
------------
29
28
30
29
- Modern Pythonic API using ``async`` and ``await``.
31
30
- Proper rate limit handling.
32
31
- Optimised for both speed and memory usage.
33
-
- Supports Slash Commands, Context Menus and Message Components.
32
+
- Full Application Command Support
34
33
35
34
Installing
36
35
----------
@@ -86,7 +85,7 @@ Optional Packages
86
85
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:
87
86
88
87
* libffi-dev (or ``libffi-devel`` on some systems)
89
-
* python-dev (e.g. ``python3.6-dev`` for Python 3.6)
88
+
* python-dev (e.g. ``python3.10-dev`` for Python 3.10)
0 commit comments