This commit is contained in:
ChomeNS 2023-01-21 18:10:18 +07:00
parent 352718f4eb
commit 0508cf32d3

View file

@ -16,8 +16,8 @@ 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]' || // for ayunboom and kitsune(?)
data.toString() === 'You now have the tag: &8[&eChomeNS Bot&8]' // kaboom is having ploblem idk data.toString() === 'You now have the tag: &8[&eChomeNS Bot&8]'
) { ) {
prefix = true prefix = true
return return