mirror of
https://github.com/ChomeNS/chomens-bot-mc.git
synced 2024-12-02 11:57:39 -05:00
idk
This commit is contained in:
parent
352718f4eb
commit
0508cf32d3
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue