diff --git a/README.rst b/README.rst index b8191facb..e9c0a9c17 100644 --- a/README.rst +++ b/README.rst @@ -22,8 +22,8 @@ Fork Changes These changes have become too numerous to mention, so check out our `docs `_. | **Credits:** -| - `arandomnewaccount `_ for Discord API help. -| +- `Rapptz `_ for the original library this fork is based on. Without it, the project would not exist. +- `arandomnewaccount `_ for help when the project was first started. | **Note:** | Automating user accounts is against the Discord ToS. This library is a proof of concept and I cannot recommend using it. Do so at your own risk. @@ -34,13 +34,23 @@ 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``. +- Mostly compatible with the upstream ``discord.py``. - Prevents user account automation detection. +- Implements vast amounts of the user account-specific API. For a non-exhaustive list: + + * Sessions + * Connections + * Relationships + * Protobuf user settings + * Application/team management + * Store/SKUs/entitlements + * Billing (e.g. subscriptions, payments, boosts, promotions, etc.) + * Interactions (slash commands, buttons, etc.) Installing ---------- -**Python 3.8 or higher is required** +**Python 3.8 or higher is required.** To install the library without full voice support, you can just run the following command: