This commit is contained in:
thecosmos
2019-05-23 00:09:23 +05:30
parent f89f3d1ac1
commit def30d1348

View File

@@ -11,7 +11,7 @@ from requests_oauthlib import OAuth2Session
class DiscordOAuth2HttpClient(abc.ABC):
"""An OAuth2 http abstract base class providing some factory methods.
This class is meant to be overridden by :py:class:`flask_discord.DiscordOAuth2Session`
and should not be used directly.
and should not be used directly.
Attributes
----------