fix(events/client): now using the number to assign the embed color

This commit is contained in:
Raphael 2025-11-15 00:31:12 +01:00 committed by Raphaël
parent 8c11f466f7
commit 31a29d2884

View file

@ -44,7 +44,7 @@ export default {
toPrint += `- Filter:\n\`${oldGuild.premiumTier}\` => \`${newGuild.premiumTier}\`\n`;
}
const toRep = new EmbedBuilder()
.setColor(`${guildData.color}`)
.setColor(guildData.color)
.setFooter({
text: guildData.footer,
})