mirror of
https://github.com/yawaflua/Flask-Discord.git
synced 2025-12-10 12:29:30 +02:00
Docs changes
This commit is contained in:
@@ -43,8 +43,8 @@ Models
|
|||||||
Exceptions
|
Exceptions
|
||||||
----------
|
----------
|
||||||
|
|
||||||
.. autoclass:: flask_discord.exceptions.HttpException
|
.. autoclass:: flask_discord.HttpException
|
||||||
:members:
|
:members:
|
||||||
|
|
||||||
.. autoclass:: flask_discord.exceptions.Unauthorized
|
.. autoclass:: flask_discord.Unauthorized
|
||||||
:members:
|
:members:
|
||||||
|
|||||||
@@ -91,7 +91,7 @@ class DiscordOAuth2HttpClient(abc.ABC):
|
|||||||
|
|
||||||
Raises
|
Raises
|
||||||
------
|
------
|
||||||
flask_discord.exceptions.Unauthorized
|
flask_discord.Unauthorized
|
||||||
Raises :py:class:`flask_discord.exceptions.Unauthorized` if current user is not authorized.
|
Raises :py:class:`flask_discord.exceptions.Unauthorized` if current user is not authorized.
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user