Add Client.application_info to retrieve the current app info.

Fixes #241.
This commit is contained in:
Rapptz
2016-06-10 22:28:15 -04:00
parent fe5c369fe9
commit a175c86aa1
4 changed files with 66 additions and 2 deletions

View File

@@ -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'