Fixes From Replit

This commit is contained in:
ThunderE75 2022-02-01 11:15:40 +00:00
parent 40c6e29df1
commit 3a40501762
2 changed files with 3 additions and 3 deletions

View file

@ -691,7 +691,7 @@ module.exports = {
`${all[tag]} build for ${data.weaponName} from ${data.author}` `${all[tag]} build for ${data.weaponName} from ${data.author}`
) )
.setDescription( .setDescription(
`<:nyx_description:897379659665264650> **Description** \`\`\` \n${data.notes} \n\`\`\`` `<:nyx_description:897379659665264650> **Description** \`\`\`\n${data.notes} \n\`\`\``
) )
.setColor(16580400) .setColor(16580400)
.setImage(data.imageUrl) .setImage(data.imageUrl)

View file

@ -144,8 +144,8 @@ module.exports = {
value: ` value: `
${ ${
d.manual d.manual
? "<a:nyx_checkmark:897240322411724841> Yes" ? "<a:nyx_cross:897244999211696198> NO"
: "<a:nyx_cross:897244999211696198> No" : "<a:nyx_checkmark:897240322411724841> Yes"
}`, }`,
inline: true, inline: true,
}, },