From 8cb08ac57d77523a08898145d41b44f4efeab3c4 Mon Sep 17 00:00:00 2001 From: derpystuff <3515180-derpystuff@users.noreply.gitlab.com> Date: Sun, 16 Apr 2023 01:42:52 +0200 Subject: [PATCH] balance invite embed --- commands/message/info/invite.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/message/info/invite.js b/commands/message/info/invite.js index dce8867..de676ba 100644 --- a/commands/message/info/invite.js +++ b/commands/message/info/invite.js @@ -19,7 +19,7 @@ module.exports = { run: async (context, args) => { context.triggerTyping(); if(!args.invite) return editOrReply(context, { content: `https://canary.discord.com/application-directory/${context.client.user.id}`, embed:createEmbed("default", context, { - description: `${icon("link")} You can invite the bot with ${link(context.application.oauth2UrlFormat({ scope: 'bot applications.commands', permissions: 412317247552 }), 'this')}\n\n${icon('robouser')} Join our ${link(DISCORD_INVITES.support, "support server")} if you need help with anything!`, + description: `​\n${icon("link")} You can invite the bot with ${link(context.application.oauth2UrlFormat({ scope: 'bot applications.commands', permissions: 412317247552 }), 'this link')}.\n\n${icon('robouser')} Join our ${link(DISCORD_INVITES.support, "support server")} if you need help with anything!`, image: { url: STATICS.embedSpacerInvite }