This commit is contained in:
thecosmos
2019-05-22 11:16:52 +05:30
parent b0c659dd2e
commit dffff2d672

View File

@@ -92,7 +92,7 @@ class DiscordOAuth2HttpClient(abc.ABC):
Raises Raises
------ ------
flask_discord.Unauthorized 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) response = self._make_session().get(configs.API_BASE_URL + route)