Browse Source

Fix documentation warnings

pull/10109/head
dolfies 3 years ago
parent
commit
bf0e45d9a7
  1. 4
      README.rst
  2. 2
      docs/conf.py
  3. 2
      docs/index.rst
  4. 2
      docs/intro.rst

4
README.rst

@ -26,7 +26,7 @@ These changes have become too numerous to mention, so check out our `docs <https
|
| **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.
| 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.
Key Features
-------------
@ -35,7 +35,7 @@ Key Features
- Proper rate limit handling.
- Optimised in both speed and memory.
- Mostly compatible with the official ``discord.py``.
- Prevents selfbot detection.
- Prevents user account automation detection.
Installing
----------

2
docs/conf.py

@ -57,7 +57,7 @@ extlinks = {
intersphinx_mapping = {
'py': ('https://docs.python.org/3', None),
'aio': ('https://docs.aiohttp.org/en/stable/', None),
'req': ('https://docs.python-requests.org/en/latest/', None)
'req': ('https://requests.readthedocs.io/en/latest/', None)
}
rst_prolog = """

2
docs/index.rst

@ -14,7 +14,7 @@ for the Discord user APIs.
- Command extension to aid with bot creation
- Easy to use with an object oriented design
- Optimised for both speed and memory
- Selfbot detection prevention
- Prevents detection of user account automation
Getting started
-----------------

2
docs/intro.rst

@ -8,7 +8,7 @@ Introduction
==============
This is the documentation for discord.py-self, a library for Python to aid
in creating self-bots that utilise the Discord API.
in creating bots running on user accounts that utilise the Discord API.
Prerequisites
---------------

Loading…
Cancel
Save