From a6f4c9f035396115c937824c024b481ce16eca55 Mon Sep 17 00:00:00 2001 From: ChomeNS Date: Wed, 28 Dec 2022 11:27:25 +0700 Subject: [PATCH] re --- plugins/self_care.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/plugins/self_care.js b/plugins/self_care.js index 5e999c9..8f85625 100644 --- a/plugins/self_care.js +++ b/plugins/self_care.js @@ -16,7 +16,9 @@ function inject (bot, dcclient, config) { ) vanish = false if (data.toString() === 'Successfully enabled CommandSpy' || data.toString() === ' Enabled your command spy.' || data.toString() === ' Your command spy is already enabled.') cspy = true if (data.toString() === 'Successfully disabled CommandSpy' || data.toString() === ' Disabled your command spy.') cspy = false - if (data.toString() === 'You now have the tag: [ChomeNS Bot]') { + if (data.toString() === 'You now have the tag: [ChomeNS Bot]' || + data.toString() === 'You now have the tag: &8[&eChomeNS Bot&8]' // kaboom is having ploblem idk + ) { prefix = true return }