nyx

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

commit a1cdd5cd2ad1ab97f4952f2f73b685e3b0b07d5c
parent ff1cc6aae30e433e8ecc93bc146a6fa64fb9931d
Author: ThunderE75 <[email protected]>
Date:   Tue,  1 Feb 2022 16:05:44 +0530

Fixes to Scorestreaks Command
Diffstat:
Mcommand/CODM/scorestreak.js | 14+++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/command/CODM/scorestreak.js b/command/CODM/scorestreak.js @@ -133,7 +133,7 @@ module.exports = { const embed = new MessageEmbed() .setTitle(d.scorestreak) .setURL(d.preview_video) - .setDescription(`\`\`\`${d.description}\`\`\``) + .setDescription(`<:nyx_description:897379659665264650> **Description** \`\`\`\n${d.description}\`\`\``) .addFields( { name: "Cost", @@ -151,16 +151,16 @@ module.exports = { { name: "AI-Assisted", value: ` - ${d.manual == false + ${d.manual != false ? "<a:nyx_checkmark:897240322411724841> Yes" : "<a:nyx_cross:897244999211696198> No"}`, inline: true - }, - { - name: "More Info", - value: `\`\`\`${d.special}\`\`\``, - inline: false } + // { + // name: "More Info", + // value: `\`\`\`${d.special}\`\`\``, + // inline: false + // } ) .setThumbnail(`${d.preview}`) .setFooter(`Made by ${client.author}`, client.user.displayAvatarURL())