fix stupid docs

This commit is contained in:
grey-cat-1908 2022-04-22 09:00:06 +03:00
parent e96ef5e058
commit 270792f803
2 changed files with 3 additions and 1 deletions

View file

@ -21,7 +21,7 @@ RESTApp
.. attributetable:: RESTApp
.. autoclass:: Client
.. autoclass:: RESTApp
:inherited-members:

View file

@ -27,6 +27,7 @@ class Client:
"""
This is the main instance which is between the programmer and the Discord API.
This Client represents your bot.
Parameters
----------
token: :class:`str`
@ -48,6 +49,7 @@ class Client:
If you pass a :class:`str` or a :class:`int`, it is interpreted as
the global logging level to use, and should match one of **DEBUG**,
**INFO**, **WARNING**, **ERROR** or **CRITICAL**, if :class:`str`.
Attributes
----------
user: :class:`~models.user.user.User`