nyx

The first CODM discrod bot -- cath.exe Template
git clone https://codeberg.org/night0721/nyx
Log | Files | Refs | LICENSE

commit 324d307a801cb267d14f0fb85c3e2ae39eef2454
parent 3654a418f2dc34af37e4a72fd663a2bcf44ad0ce
Author: ThunderE75 <[email protected]>
Date:   Thu,  3 Feb 2022 14:43:53 +0530

Fixing embed for mobile
Diffstat:
Mcommand/CODM/build.js | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/command/CODM/build.js b/command/CODM/build.js @@ -686,7 +686,7 @@ module.exports = { if (!data?.cwts) { const embed = new MessageEmbed() .setDescription( - `<:nyx_not_available:897378400031879188> We don't have a ${all[tag]} gunsmith build for the gun with **CWTS 🆔 ${cwts}** by **${all[cc]}**, Please try another tag or a differnt content creator` + `<:nyx_not_available:897378400031879188> We don't have a **${all[tag]}** gunsmith build for the gun with **CWTS 🆔 ${cwts}** by **${all[cc]}**, Please try another tag or a differnt content creator` ) .setColor(client.color); interaction.followUp({ embeds: [embed] }); @@ -700,7 +700,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)