File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ If you are using Windows, then the following should be used instead: ::
31
31
py -3 -m pip install -U py-cord
32
32
33
33
34
- To install additional packages for speedup, run the following command: ::
34
+ To install additional packages for speedup, you should use `` py-cord[speed] `` instead of `` py-cord ``, e.g. ::
35
35
36
36
.. code :: sh
37
37
@@ -41,7 +41,7 @@ To install additional packages for speedup, run the following command: ::
41
41
py -3 -m pip install -U py-cord[speed]
42
42
43
43
44
- To get voice support, you should use ``py-cord[voice] `` instead of ``pycord ``, e.g. ::
44
+ To get voice support, you should use ``py-cord[voice] `` instead of ``py-cord ``, e.g. ::
45
45
46
46
python3 -m pip install -U py-cord[voice]
47
47
You can’t perform that action at this time.
0 commit comments