Small fixes

This commit is contained in:
ThunderE75 2022-02-01 16:58:03 +05:30
parent a1cdd5cd2a
commit d44b7c4f8e
2 changed files with 10 additions and 2 deletions

View file

@ -558,6 +558,10 @@ module.exports = {
name: "Path.exe", name: "Path.exe",
value: "path", value: "path",
}, },
// {
// name: "Stats On Duty",
// value: "sod",
// },
], ],
}, },
{ {
@ -629,6 +633,10 @@ module.exports = {
name: "Path.exe", name: "Path.exe",
value: "path", value: "path",
}, },
// {
// name: "Stats On Duty",
// value: "sod",
// },
], ],
}, },
{ {

View file

@ -27,7 +27,7 @@ module.exports = {
.setURL(client.web) .setURL(client.web)
.setTitle(`🎲 A Randomly Generated Loadout 🎲`) .setTitle(`🎲 A Randomly Generated Loadout 🎲`)
.setDescription( .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( .addFields(
{ {
@ -41,7 +41,7 @@ module.exports = {
inline: true, inline: true,
}, },
{ {
name: `Scorestreak`, // 3 perks name: `Scorestreak`, // 3 Scorestreaks
value: ``, value: ``,
inline: true, inline: true,
}, },