mirror of
https://github.com/ChomeNS/chomens-bot-mc.git
synced 2024-11-14 10:44:55 -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
|
||||
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]' ||
|
||||
data.toString() === 'You now have the tag: &8[&eChomeNS Bot&8]' // kaboom is having ploblem idk
|
||||
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]'
|
||||
) {
|
||||
prefix = true
|
||||
return
|
||||
|
|
Loading…
Reference in a new issue