12.8.1 embed color revisions

This commit is contained in:
SowinskiBraeden committed 2022-10-15 17:01:28 -07:00
1 parent b4192bf231
commit bf5043b11f
5 files changed
+7 -7

No files matched your search

+1 -1
View File
@@ -75,7 +75,7 @@ module.exports = {
: 'Error';
const errorEmbed = new EmbedBuilder()
.setColor(client.config.Colors.Red)
.setColor(client.config.Colors.Yellow)
.setTitle("Notice:")
.setDescription(`An admin needs to configure the following:\n${configure}`)