Browse Source

Fix HTTP.application_info 404ing.

pull/468/head
Rapptz 8 years ago
parent
commit
b86a568f86
  1. 2
      discord/http.py

2
discord/http.py

@ -632,7 +632,7 @@ class HTTPClient:
# Misc
def application_info(self):
return self.request(Route('GET', '/oauth/applications/@me'))
return self.request(Route('GET', '/oauth2/applications/@me'))
@asyncio.coroutine
def get_gateway(self):

Loading…
Cancel
Save