From a2bdbb7fd398cfe9127350de7df2f8258f35954d Mon Sep 17 00:00:00 2001 From: derpystuff <3515180-derpystuff@users.noreply.gitlab.com> Date: Wed, 14 Feb 2024 02:23:16 +0100 Subject: [PATCH] add spacing --- commands/message/mod/perspective.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/message/mod/perspective.js b/commands/message/mod/perspective.js index b3636a7..8d7f9bd 100644 --- a/commands/message/mod/perspective.js +++ b/commands/message/mod/perspective.js @@ -61,7 +61,7 @@ module.exports = { return await editOrReply(context, createEmbed("default", context, { author, - description: `${msg}${iconPill("agreements", "Scores")} • *${link("https://developers.perspectiveapi.com/s/about-the-api-attributes-and-languages", "What do these mean?", "Check out the detection details.")}* ${codeblock("ansi", formatPerspectiveScores(perspectiveApi.response.body))}`, + description: `${msg}${iconPill("agreements", "Scores")} ​ ​ ​ *${link("https://developers.perspectiveapi.com/s/about-the-api-attributes-and-languages", "What do these mean?", "Check out the detection details.")}* ${codeblock("ansi", formatPerspectiveScores(perspectiveApi.response.body))}`, footer: { iconUrl: STATICS.perspectiveapi, text: `Perspective • ${context.application.name}`