We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ae63da commit a103e9cCopy full SHA for a103e9c
README.rst
@@ -48,10 +48,11 @@ Otherwise to get voice support you should run the following command:
48
To install additional packages for speedup, run the following command:
49
50
.. code:: sh
51
+
52
# Linux/macOS
- python3 -m pip install -U "nextcord[speed]"
53
+ python3 -m pip install -U "py-cord[speed]"
54
# Windows
- py -3 -m pip install -U nextcord[speed]
55
+ py -3 -m pip install -U py-cord[speed]
56
57
58
To install the development version, do the following:
0 commit comments