From d44b7c4f8e4116aebf1f0ba8f065831f1bb575e8 Mon Sep 17 00:00:00 2001 From: ThunderE75 <74486623+ThunderE75@users.noreply.github.com> Date: Tue, 1 Feb 2022 16:58:03 +0530 Subject: [PATCH] Small fixes --- command/CODM/build.js | 8 ++++++++ command/CODM/loadout.js | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/command/CODM/build.js b/command/CODM/build.js index 8edc1a1..c6ec5e5 100644 --- 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 index 50c12c0..01401a0 100644 --- 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, },