Webpack build for branch master: 6187c17097

This commit is contained in:
Travis CI 2017-04-11 20:24:25 +00:00
parent c97ce09966
commit 65958440e9
2 changed files with 2 additions and 1 deletions

View file

@ -278,6 +278,7 @@ const Endpoints = exports.Endpoints = {
bot: '/gateway/bot',
},
Invite: inviteID => `/invite/${inviteID}`,
inviteLink: id => `https://discord.gg/${id}`,
Webhook: (webhookID, token) => `/webhooks/${webhookID}${token ? `/${token}` : ''}`,
};

File diff suppressed because one or more lines are too long