diff options
Diffstat (limited to 'discord/endpoints.py')
| -rw-r--r-- | discord/endpoints.py | 1 |
1 files changed, 1 insertions, 0 deletions
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' |