mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-14 02:23:31 +01:00
Added the joinServer funciton internally
This commit is contained in:
@@ -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`,
|
||||
|
||||
Reference in New Issue
Block a user