fix(events/client): now using the number to assign the embed color
This commit is contained in:
parent
8c11f466f7
commit
31a29d2884
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ export default {
|
||||||
toPrint += `- Filter:\n\`${oldGuild.premiumTier}\` => \`${newGuild.premiumTier}\`\n`;
|
toPrint += `- Filter:\n\`${oldGuild.premiumTier}\` => \`${newGuild.premiumTier}\`\n`;
|
||||||
}
|
}
|
||||||
const toRep = new EmbedBuilder()
|
const toRep = new EmbedBuilder()
|
||||||
.setColor(`${guildData.color}`)
|
.setColor(guildData.color)
|
||||||
.setFooter({
|
.setFooter({
|
||||||
text: guildData.footer,
|
text: guildData.footer,
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue