12.8.1 embed color revisions
This commit is contained in:
5 files changed
+7
-7
No files matched your search
+3
-3
@@ -43,7 +43,7 @@ module.exports = {
|
||||
|
||||
if (!GuildDB.officerRole) {
|
||||
const embed = EmbedBuilder()
|
||||
.setColor(client.config.Colors.Red)
|
||||
.setColor(client.config.Colors.Yellow)
|
||||
.setDescription("**Notice:** The admins have not set an officer role.")
|
||||
|
||||
return interaction.send({ embeds: [embed] });
|
||||
@@ -51,8 +51,8 @@ module.exports = {
|
||||
|
||||
if (!interaction.member.roles.includes(GuildDB.officerRole)) {
|
||||
const embed = EmbedBuilder()
|
||||
.setColor(client.config.Colors.Red)
|
||||
.setDescription(`**Notice: You require the <@&${GuildDB.officerRole}>**`)
|
||||
.setColor(client.config.Colors.Yellow)
|
||||
.setDescription(`**Notice:** You require the <@&${GuildDB.officerRole}>`)
|
||||
|
||||
return interaction.send({ embeds: [embed] });
|
||||
}
|
||||
|
||||
Reference in new issue
Block a user