mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-04-21 08:17:47 +00:00
Fix HTTP.application_info 404ing.
This commit is contained in:
parent
f877efdd89
commit
b86a568f86
@ -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…
x
Reference in New Issue
Block a user