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 7266b775..d3e7f197 100644 --- a/discord/endpoints.py +++ b/discord/endpoints.py @@ -28,6 +28,7 @@ BASE = 'https://discordapp.com' API_BASE = BASE + '/api' GATEWAY = API_BASE + '/gateway' USERS = API_BASE + '/users' +ME = USERS + '/@me' REGISTER = API_BASE + '/auth/register' LOGIN = API_BASE + '/auth/login' LOGOUT = API_BASE + '/auth/logout' |