mirror of
https://github.com/Rapptz/discord.py.git
synced 2026-01-17 11:35:14 +00:00
Add Client.application_info to retrieve the current app info.
Fixes #241.
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user