Added the joinServer funciton internally

This commit is contained in:
hydrabolt
2015-11-18 16:45:37 +00:00
parent fb989bb39e
commit 7b73671295
3 changed files with 51 additions and 1 deletions

View File

@@ -7,6 +7,7 @@ var Endpoints = {
GATEWAY: `${API}/gateway`,
USER_CHANNELS: (userID) => `${API}/users/${userID}/channels`,
AVATAR : (userID, avatar) => `${API}/users/${userID}/avatars/${avatar}.jpg`,
INVITE: (id) => `${API}/invite/${id}`,
// servers
SERVERS: `${API}/guilds`,