diff --git a/src/util/Constants.js b/src/util/Constants.js index 21acc2ddf..d418b7ea1 100644 --- a/src/util/Constants.js +++ b/src/util/Constants.js @@ -206,6 +206,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}` : ''}`, };