mirror of
https://github.com/ChomeNS/chomens-bot-mc.git
synced 2024-11-14 10:44:55 -05:00
re
This commit is contained in:
parent
3240e1fbb9
commit
a6f4c9f035
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue