mirror of
https://github.com/yawaflua/Flask-Discord.git
synced 2025-12-09 20:09:30 +02:00
Docs fix
This commit is contained in:
@@ -92,7 +92,7 @@ class DiscordOAuth2HttpClient(abc.ABC):
|
||||
Raises
|
||||
------
|
||||
flask_discord.Unauthorized
|
||||
Raises :py:class:`flask_discord.exceptions.Unauthorized` if current user is not authorized.
|
||||
Raises :py:class:`flask_discord.Unauthorized` if current user is not authorized.
|
||||
|
||||
"""
|
||||
response = self._make_session().get(configs.API_BASE_URL + route)
|
||||
|
||||
Reference in New Issue
Block a user