nyx

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

commit 3a4050176280a28a97854df32d1096cb304e8559
parent 40c6e29df153dd52a3082bc10a921d6d363f64cc
Author: ThunderE75 <[email protected]>
Date:   Tue,  1 Feb 2022 11:15:40 +0000

Fixes From Replit

Diffstat:
Mcommand/CODM/build.js | 2+-
Mcommand/CODM/scorestreak.js | 4++--
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/command/CODM/build.js b/command/CODM/build.js @@ -691,7 +691,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) diff --git a/command/CODM/scorestreak.js b/command/CODM/scorestreak.js @@ -144,8 +144,8 @@ module.exports = { value: ` ${ d.manual - ? "<a:nyx_checkmark:897240322411724841> Yes" - : "<a:nyx_cross:897244999211696198> No" + ? "<a:nyx_cross:897244999211696198> NO" + : "<a:nyx_checkmark:897240322411724841> Yes" }`, inline: true, },