diff --git a/command/Config/premium.js b/command/Config/premium.js index 42bf745..392aa84 100644 --- a/command/Config/premium.js +++ b/command/Config/premium.js @@ -44,7 +44,7 @@ module.exports = { `Premium added to **${interaction.guild.name}**! \n` ) .setFooter({ text: "Thank you for supporting Cath!" }) - .setColor("GREEN") + .setColor("Green") .setTimestamp() .setAuthor( interaction.user.tag, @@ -64,7 +64,7 @@ module.exports = { ) .setTimestamp() .setThumbnail(interaction.guild.iconURL({ dynamic: true })) - .setColor("GREEN"), + .setColor("Green"), ], }); } diff --git a/command/Owner/accept.js b/command/Owner/accept.js index 0e46a30..340444b 100644 --- a/command/Owner/accept.js +++ b/command/Owner/accept.js @@ -32,7 +32,7 @@ module.exports = { const acceptEmbed = new EmbedBuilder() .setAuthor(data.author.name, data.author.iconURL) .setDescription(data.description) - .setColor("GREEN") + .setColor("Green") .addField("**Status(ACCEPTED)**", acceptQuery); suggestEmbed.edit({ embeds: [acceptEmbed] }); const user = await client.users.cache.find( diff --git a/command/Utilities/report.js b/command/Utilities/report.js index c8c15ff..5660314 100644 --- a/command/Utilities/report.js +++ b/command/Utilities/report.js @@ -27,7 +27,7 @@ module.exports = { iconURL: client.user.displayAvatarURL(), }) .setTimestamp() - .setColor("GREEN"), + .setColor("Green"), ], }); const ch = client.channels.cache.get(client.config.Report); diff --git a/command/Utilities/suggest.js b/command/Utilities/suggest.js index a9dc56b..671a233 100644 --- a/command/Utilities/suggest.js +++ b/command/Utilities/suggest.js @@ -55,7 +55,7 @@ module.exports = { .setDescription( "You have sent a suggestion.\nPlease wait for us to review it" ) - .setColor("GREEN") + .setColor("Green") .setFooter({ text: `Made by ${client.author}`, iconURL: client.user.displayAvatarURL(), diff --git a/events/guild.js b/events/guild.js index b197f14..97285e4 100644 --- a/events/guild.js +++ b/events/guild.js @@ -18,7 +18,7 @@ client.on("guildCreate", guild => { }) .setTimestamp() .setThumbnail(guild.iconURL({ dynamic: true })) - .setColor("GREEN"), + .setColor("Green"), ], }); const newdb = new db({