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 } })