hotfix deprecated setcolors
This commit is contained in:
8 files changed
+15
-15
No files matched your search
+1
-1
@@ -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.`)
|
||||
|
||||
|
||||
Reference in new issue
Block a user