From ff1cc6aae30e433e8ecc93bc146a6fa64fb9931d Mon Sep 17 00:00:00 2001 From: ThunderE75 <74486623+ThunderE75@users.noreply.github.com> Date: Tue, 1 Feb 2022 15:38:31 +0530 Subject: [PATCH] Fixed Spacing --- command/CODM/build.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/CODM/build.js b/command/CODM/build.js index 73ff70d..8edc1a1 100644 --- a/command/CODM/build.js +++ b/command/CODM/build.js @@ -679,7 +679,7 @@ module.exports = { `${all[tag]} build for ${data.weaponName} from ${data.author}` ) .setDescription( - `<:nyx_description:897379659665264650> **Description** \`\`\` \n${data.notes} \n\`\`\`` + `<:nyx_description:897379659665264650> **Description** \`\`\`\n${data.notes} \n\`\`\`` ) .setColor(16580400) .setImage(data.imageUrl)