nyx

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

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

fix

Diffstat:
Mcommand/CODM/scorestreak.js | 6+++++-
1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/command/CODM/scorestreak.js b/command/CODM/scorestreak.js @@ -59,6 +59,10 @@ module.exports = { value: "clusterstrike", }, { + name: "Chopper Gunner", + value: "choppergunner", + }, + { name: "Stealth Chopper", value: "stealthchopper", }, @@ -132,7 +136,7 @@ module.exports = { .addFields( { name: "Cost", - value: `\`\`\`${d.cost}\`\`\``, + value: `${d.cost}`, inline: true, }, {