From e9bfcd9d6eccf58b1ff0484f9446bd320f55ed16 Mon Sep 17 00:00:00 2001 From: dolfies Date: Thu, 16 Jan 2025 00:39:04 -0500 Subject: [PATCH] Update selfcord README --- .github/files/README.rst | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/.github/files/README.rst b/.github/files/README.rst index 5b6340d47..2ddc31b97 100644 --- a/.github/files/README.rst +++ b/.github/files/README.rst @@ -1,7 +1,7 @@ selfcord.py =========== -.. image:: https://img.shields.io/endpoint?url=https%3A%2F%2Frunkit.io%2Fdamiankrawczyk%2Ftelegram-badge%2Fbranches%2Fmaster%3Furl%3Dhttps%3A%2F%2Ft.me%2Fdpy_self +.. image:: https://img.shields.io/endpoint?color=neon&url=https%3A%2F%2Ftg.sumanjay.workers.dev%2Fdpy_self :target: https://t.me/dpy_self :alt: Telegram chat .. image:: https://img.shields.io/pypi/v/discord.py-self.svg @@ -14,12 +14,12 @@ selfcord.py :target: https://pypi.python.org/pypi/discord.py-self :alt: PyPI downloads per month -A modern, easy to use, feature-rich, and async ready API wrapper for Discord's user API written in Python. +A modern, easy to use, feature-rich, and async ready API wrapper for Discord's user API written in Python. Check out the `master branch `_ for more information. Notice ------- -This branch is just a copy of regular ``discord.py-self`` with the import name changed to ``selfcord``, so ``discord.py-self`` can be used alongside upstream ``discord.py``. Check out the `master branch `_ for more information. Use of this branch is not recommended, and should only be used if you are using both ``discord.py`` and ``discord.py-self`` in the same *project*. Otherwise, utilize virtual environments to seperate the installs of the two libraries. +This branch is just a copy of regular ``discord.py-self`` with the import name changed to ``selfcord``, so ``discord.py-self`` can be used alongside upstream ``discord.py``. Use of this branch is not recommended, and should only be used if you are using both ``discord.py`` and ``discord.py-self`` in the same *project*. Otherwise, utilize virtual environments to seperate the installs of the two libraries. This library is 100% compatible with regular ``discord.py-self``, and any documentation, examples, etc. need only the import name changed. @@ -49,10 +49,3 @@ Otherwise, you can install the current commit: # Windows py -3 -m pip install git+https://github.com/dolfies/discord.py-self@renamed#egg=selfcord.py[voice] - -Links ------- - -- `Documentation `_ -- `Project updates `_ -- `Discussion & support `_