From 05064120e86cf5896769f983d6734602e0ef66b1 Mon Sep 17 00:00:00 2001 From: dolfies Date: Wed, 23 Mar 2022 09:40:34 -0400 Subject: [PATCH] Update readme --- README.rst | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 164a19231..8b1a1e128 100644 --- a/README.rst +++ b/README.rst @@ -11,7 +11,18 @@ discord.py-self :target: https://pypi.python.org/pypi/discord.py-self :alt: PyPI supported Python versions -A modern, easy to use, feature-rich, and async ready API wrapper for Discord written in Python. +A modern, easy to use, feature-rich, and async ready API wrapper for Discord's user API written in Python. + +Fork Changes +------------ + +This has been moved `here `_. Proper docs hosted on ReadTheDocs are a work-in-progress. + +| **Credits:** +| - `arandomnewaccount `_ for Discord API help. + +| **Note:** +| Automating user accounts is against the Discord ToS. This library is a proof of concept and I do not recommend using it. Do so at your own risk. Key Features ------------- @@ -19,6 +30,8 @@ Key Features - Modern Pythonic API using ``async`` and ``await``. - Proper rate limit handling. - Optimised in both speed and memory. +- Mostly compatible with the official ``discord.py``. +- Prevents selfbot detection. Installing ----------