hotfix deprecated setcolors

This commit is contained in:
SowinskiBraeden committed 2022-10-11 16:06:58 -07:00
1 parent 2bbea81cf9
commit 86062da0bd
8 files changed
+15 -15

No files matched your search

+1 -1
View File
@@ -33,7 +33,7 @@ module.exports = {
if (!hasWorkRole) {
const error = new EmbedBuilder()
.setColor('RED')
.setColor(client.config.Colors.Red)
.setTitle('Missing Work!')
.setDescription(`It appears you don't have any work, apply for some jobs to earn your income.`)