nyx

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

commit d44b7c4f8e4116aebf1f0ba8f065831f1bb575e8
parent a1cdd5cd2ad1ab97f4952f2f73b685e3b0b07d5c
Author: ThunderE75 <[email protected]>
Date:   Tue,  1 Feb 2022 16:58:03 +0530

Small fixes
Diffstat:
Mcommand/CODM/build.js | 8++++++++
Mcommand/CODM/loadout.js | 4++--
2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/command/CODM/build.js b/command/CODM/build.js @@ -558,6 +558,10 @@ module.exports = { name: "Path.exe", value: "path", }, + // { + // name: "Stats On Duty", + // value: "sod", + // }, ], }, { @@ -629,6 +633,10 @@ module.exports = { name: "Path.exe", value: "path", }, + // { + // name: "Stats On Duty", + // value: "sod", + // }, ], }, { diff --git a/command/CODM/loadout.js b/command/CODM/loadout.js @@ -27,7 +27,7 @@ module.exports = { .setURL(client.web) .setTitle(`🎲 A Randomly Generated Loadout 🎲`) .setDescription( - `This loadout is a randomly generated, Also try, \`\`\`\`/gun\`\`\`\` to get a randomally generated primary weapon gunsmith build` + `This loadout is a randomly generated, Also try, \`\`\`\`/class\`\`\`\` to get a randomally generated primary weapon gunsmith build` ) .addFields( { @@ -41,7 +41,7 @@ module.exports = { inline: true, }, { - name: `Scorestreak`, // 3 perks + name: `Scorestreak`, // 3 Scorestreaks value: ``, inline: true, },