Update 'node/boto.js'
This commit is contained in:
parent
689eca0e98
commit
43438f521d
|
@ -55,7 +55,9 @@ client.on('message', (channel, tags, message, self) => {
|
||||||
client.say(channel, `/me Bleep! Bloop! Roll the clip! Smash @${args.join(' ')}'s follow button at: https://twitch.tv/${args.join(' ')}`);
|
client.say(channel, `/me Bleep! Bloop! Roll the clip! Smash @${args.join(' ')}'s follow button at: https://twitch.tv/${args.join(' ')}`);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else{
|
||||||
|
console.log('CMD NOT FOUND! Hopefully SE has it covered...');
|
||||||
|
}
|
||||||
}); // SCAN MSG | END
|
}); // SCAN MSG | END
|
||||||
|
|
||||||
// TTV Re-Active
|
// TTV Re-Active
|
||||||
|
|
Loading…
Reference in New Issue