From a175c86aa1587c43303e8a06e2078c05a7892938 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Fri, 10 Jun 2016 22:28:15 -0400 Subject: Add Client.application_info to retrieve the current app info. Fixes #241. --- discord/endpoints.py | 1 + 1 file changed, 1 insertion(+) (limited to 'discord/endpoints.py') diff --git a/discord/endpoints.py b/discord/endpoints.py index 0ef0efa9..50c14704 100644 --- a/discord/endpoints.py +++ b/discord/endpoints.py @@ -34,3 +34,4 @@ LOGIN = API_BASE + '/auth/login' LOGOUT = API_BASE + '/auth/logout' SERVERS = API_BASE + '/guilds' CHANNELS = API_BASE + '/channels' +APPLICATIONS = API_BASE + '/oauth2/applications' -- cgit v1.2.3