Fix Constants changes (#293)

This commit is contained in:
Manuel Kraus
2016-04-24 06:18:25 +02:00
committed by abalabahaha
parent 619139f871
commit 9322c0bbd7
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ var Endpoints = {
LOGIN: API + "/auth/login",
LOGOUT: API + "/auth/logout",
ME: API + "/users/@me",
ME: API + "/users/@me/channels",
ME_CHANNELS: API + "/users/@me/channels",
ME_SERVER: function ME_SERVER(serverID) {
return Endpoints.ME + "/guilds/" + serverID;
},