mirror of
https://github.com/danbulant/discord.js
synced 2026-07-07 12:11:11 +00:00
Webpack build for branch master: 6187c17097
This commit is contained in:
parent
c97ce09966
commit
65958440e9
2 changed files with 2 additions and 1 deletions
|
|
@ -278,6 +278,7 @@ const Endpoints = exports.Endpoints = {
|
||||||
bot: '/gateway/bot',
|
bot: '/gateway/bot',
|
||||||
},
|
},
|
||||||
Invite: inviteID => `/invite/${inviteID}`,
|
Invite: inviteID => `/invite/${inviteID}`,
|
||||||
|
inviteLink: id => `https://discord.gg/${id}`,
|
||||||
Webhook: (webhookID, token) => `/webhooks/${webhookID}${token ? `/${token}` : ''}`,
|
Webhook: (webhookID, token) => `/webhooks/${webhookID}${token ? `/${token}` : ''}`,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
2
discord.master.min.js
vendored
2
discord.master.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue