Fix HTTP.application_info 404ing.
This commit is contained in:
parent
f877efdd89
commit
b86a568f86
@ -632,7 +632,7 @@ class HTTPClient:
|
|||||||
# Misc
|
# Misc
|
||||||
|
|
||||||
def application_info(self):
|
def application_info(self):
|
||||||
return self.request(Route('GET', '/oauth/applications/@me'))
|
return self.request(Route('GET', '/oauth2/applications/@me'))
|
||||||
|
|
||||||
@asyncio.coroutine
|
@asyncio.coroutine
|
||||||
def get_gateway(self):
|
def get_gateway(self):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user