This commit is contained in:
ChomeNS 2022-12-28 11:27:25 +07:00
parent 3240e1fbb9
commit a6f4c9f035

View file

@ -16,7 +16,9 @@ function inject (bot, dcclient, config) {
) vanish = false ) 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 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() === '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 prefix = true
return return
} }