Small fixes
This commit is contained in:
parent
a1cdd5cd2a
commit
d44b7c4f8e
2 changed files with 10 additions and 2 deletions
|
@ -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",
|
||||
// },
|
||||
],
|
||||
},
|
||||
{
|
||||
|
|
|
@ -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,
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue