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
@@ -41,7 +41,7 @@ module.exports = {
} else {
let noRoles = new EmbedBuilder()
.setColor(client.config.Colors.Default)
.setDescription('**QuarksBot Notice:** There are no income roles')
.setDescription('**Notice:** There are no income roles')
return interaction.send({ embeds: [noRoles] });
}