|
@ -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): |
|
|