From cb5628ec2524db1ce9881909877e8aa2ec67da47 Mon Sep 17 00:00:00 2001 From: 7cc5c4f330d47060 Date: Wed, 30 Oct 2024 13:58:11 -0400 Subject: [PATCH] Lint --- plugins/selfcare.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/selfcare.js b/plugins/selfcare.js index bc14a06..5b35363 100755 --- a/plugins/selfcare.js +++ b/plugins/selfcare.js @@ -124,7 +124,7 @@ module.exports = { }) b.on('plainchat', (msg) => { if (msg === `You now have the tag: ${parseMc(b.adPrefix).replaceAll('ยง', '&')}` || - msg === `Something went wrong while saving the prefix. Please check console.`) { //Fix the prefix issue + msg === 'Something went wrong while saving the prefix. Please check console.') { // Fix the prefix issue b.sc_tasks.playerlist_ads.failed = 0 } })