Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernando-Santana-j committed Aug 9, 2024
1 parent 4820150 commit 950dfc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Discord/createProductMessageEmbend.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ module.exports = async (Discord2, client, data) => {
value: produto.estoque.length.toString(),
inline:true
})
.setThumbnail('personalize' in serverDb && 'iconProduct' in serverDb.personalize ? serverDb.personalize.iconProduct == true ? logoLink : null : logoLink)
.setThumbnail(logoLink)
.setImage(backGroundLink)
.setFooter({ text: DiscordServer.name, iconURL: `https://cdn.discordapp.com/icons/${DiscordServer.id}/${DiscordServer.icon}.webp` })
],
Expand Down

0 comments on commit 950dfc3

Please sign in to comment.