44.. image :: https://img.shields.io/discord/881207955029110855?label=discord&style=for-the-badge&logo=discord&color=5865F2&logoColor=white
55 :target: https://pycord.dev/discord
66 :alt: Discord server invite
7- .. image :: https://img.shields.io/pypi/v/py-cord.svg?style=for-the-badge&logo=pypi&color=yellowgreen&logoColor=white
8- :target: https://pypi.python.org/pypi/py-cord
7+ .. image :: https://img.shields.io/pypi/v/py-cord-dev .svg?style=for-the-badge&logo=pypi&color=yellowgreen&logoColor=white
8+ :target: https://pypi.python.org/pypi/py-cord-dev
99 :alt: PyPI version info
10- .. image :: https://img.shields.io/pypi/pyversions/py-cord.svg?style=for-the-badge&logo=python&logoColor=white
11- :target: https://pypi.python.org/pypi/py-cord
10+ .. image :: https://img.shields.io/pypi/pyversions/py-cord-dev .svg?style=for-the-badge&logo=python&logoColor=white
11+ :target: https://pypi.python.org/pypi/py-cord-dev
1212 :alt: PyPI supported Python versions
13- .. image :: https://img.shields.io/pypi/dm/py-cord?color=blueviolet&logo=pypi&logoColor=white&style=for-the-badge
14- :target: https://pypi.python.org/pypi/py-cord
13+ .. image :: https://img.shields.io/pypi/dm/py-cord-dev ?color=blueviolet&logo=pypi&logoColor=white&style=for-the-badge
14+ :target: https://pypi.python.org/pypi/py-cord-dev
1515 :alt: PyPI downloads
1616.. image :: https://img.shields.io/github/v/release/Pycord-Development/pycord?include_prereleases&label=Latest%20Release&logo=github&sort=semver&style=for-the-badge&logoColor=white
1717 :target: https://github.com/Pycord-Development/pycord/releases
@@ -37,29 +37,29 @@ To install the library without full voice support, run the following command:
3737.. code :: sh
3838
3939 # Linux/macOS
40- python3 -m pip install -U py-cord
40+ python3 -m pip install -U py-cord-dev
4141
4242 # Windows
43- py -3 -m pip install -U py-cord
43+ py -3 -m pip install -U py-cord-dev
4444
4545 Otherwise, to get full voice support, run the following command:
4646
4747.. code :: sh
4848
4949 # Linux/macOS
50- python3 -m pip install -U " py-cord[voice]"
50+ python3 -m pip install -U " py-cord-dev [voice]"
5151
5252 # Windows
53- py -3 -m pip install -U py-cord[voice]
53+ py -3 -m pip install -U py-cord-dev [voice]
5454
5555 To install additional packages for speedup, run the following command:
5656
5757.. code :: sh
5858
5959 # Linux/macOS
60- python3 -m pip install -U " py-cord[speed]"
60+ python3 -m pip install -U " py-cord-dev [speed]"
6161 # Windows
62- py -3 -m pip install -U py-cord[speed]
62+ py -3 -m pip install -U py-cord-dev [speed]
6363
6464
6565 To install the development version, do the following:
0 commit comments