Fixes From Replit
This commit is contained in:
parent
40c6e29df1
commit
3a40501762
2 changed files with 3 additions and 3 deletions
|
@ -691,7 +691,7 @@ module.exports = {
|
|||
`${all[tag]} build for ${data.weaponName} from ${data.author}`
|
||||
)
|
||||
.setDescription(
|
||||
`<:nyx_description:897379659665264650> **Description** \`\`\` \n${data.notes} \n\`\`\``
|
||||
`<:nyx_description:897379659665264650> **Description** \`\`\`\n${data.notes} \n\`\`\``
|
||||
)
|
||||
.setColor(16580400)
|
||||
.setImage(data.imageUrl)
|
||||
|
|
|
@ -144,8 +144,8 @@ module.exports = {
|
|||
value: `
|
||||
${
|
||||
d.manual
|
||||
? "<a:nyx_checkmark:897240322411724841> Yes"
|
||||
: "<a:nyx_cross:897244999211696198> No"
|
||||
? "<a:nyx_cross:897244999211696198> NO"
|
||||
: "<a:nyx_checkmark:897240322411724841> Yes"
|
||||
}`,
|
||||
inline: true,
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue