This commit is contained in:
thecosmos
2020-04-14 09:45:31 +05:30
parent 030333987f
commit a0674e80dc

View File

@@ -82,7 +82,7 @@ class DiscordOAuth2HttpClient(abc.ABC):
Parameters
----------
route : str
Route or endpoint URL to send HTTP GET request to. Example: ``/users/@me``
Route or endpoint URL to send HTTP request to. Example: ``/users/@me``
method : str, optional
Specify the HTTP method to use to perform this request.
data : dict, optional