nyx

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

commit 43665b1841b68bbd60a628fd604a0ef68d118757
parent 6ddb0b77812cf7d3cf92044d985f6889fbb7108b
Author: night0721 <[email protected]>
Date:   Thu, 27 Jan 2022 17:26:28 +0800

fix scorestreak not showing null string

Diffstat:
Mcommand/CODM/scorestreak.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/command/CODM/scorestreak.js b/command/CODM/scorestreak.js @@ -147,7 +147,7 @@ module.exports = { }, { name: "More Info", - value: `\`\`\`${d.special ? d.special : "** **"}\`\`\``, + value: `\`\`\`${d.special ? d.special : "None"}\`\`\``, inline: false, } )