diff --git a/commands/message/core/stats.js b/commands/message/core/stats.js index 0bc1df1..2a6738c 100644 --- a/commands/message/core/stats.js +++ b/commands/message/core/stats.js @@ -66,7 +66,7 @@ module.exports = { `${iconPill("latency", "Memory Usage")} ${highlight(` ${Math.round(formatted.usage / 1024 / 1024)}MB `)}`, `${iconPill("clock", "Uptime ")} ${highlight(` ${format(process.uptime())} `)}`, ``, - `${iconLinkPill('gitlab', OPEN_SOURCE_REPOSITORY_URL, 'Source Code')} ​ ​ ${iconLinkPill('link', context.application.oauth2UrlFormat({ scope: 'bot applications.commands', permissions: 412317248576 }), `Invite ${context.client.user.username}`)}` + `${iconLinkPill('gitlab', OPEN_SOURCE_REPOSITORY_URL, 'Source Code')} ​ ​ ${iconLinkPill('link', context.application.oauth2UrlFormat({ scope: 'bot applications.commands', permissions: 412317248576 }), `Invite ${context.client.user.username}`).replace("ptb.discordapp.com","discord.com")}` ] return editOrReply(context, createEmbed("default", context, { diff --git a/commands/message/info/invite.js b/commands/message/info/invite.js index 4007c7c..4302f0b 100644 --- a/commands/message/info/invite.js +++ b/commands/message/info/invite.js @@ -26,7 +26,7 @@ module.exports = { if(!args.invite) return editOrReply(context, createEmbed("default", context, { description: [ '​', - icon('brand') + ` You can invite ${context.client.user.username} with this ${iconLinkPill("link", context.application.oauth2UrlFormat({ scope: 'bot applications.commands', permissions: 412317248576 }), 'Invite Link', 'Discord Application Invite URL')}.`, + icon('brand') + ` You can invite ${context.client.user.username} with this ${iconLinkPill("link", context.application.oauth2UrlFormat({ scope: 'bot applications.commands', permissions: 412317248576 }).replace("ptb.discordapp.com","discord.com"), 'Invite Link', 'Discord Application Invite URL')}.`, '', icon('robot') + ` Need help? Join our ${iconLinkPill("discord", DISCORD_INVITES.support, 'Support Server', "Click to join")}.`, '',