Update 'node/boto.js'
This commit is contained in:
parent
16d8a92834
commit
d92028bd16
12
node/boto.js
12
node/boto.js
|
@ -43,6 +43,18 @@ client.on('message', (channel, tags, message, self) => {
|
||||||
client.say(channel, `!kappagen imGlitch EarthDay imGlitch EarthDay imGlitch`);
|
client.say(channel, `!kappagen imGlitch EarthDay imGlitch EarthDay imGlitch`);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// The 2Pac Timezone
|
||||||
|
else if(command === '2pac' || command === 'pst' || command === 'timezone') {
|
||||||
|
client.say(channel, `/me Off in the distance @${tags.username} screams...`);
|
||||||
|
client.say(channel, `" ${args.join(' ')} ${args.join(' ')} ${args.join(' ')} ${args.join(' ')} ${args.join(' ')} " can be heard to all those around!`);
|
||||||
|
}
|
||||||
|
|
||||||
|
// FX | Hi
|
||||||
|
if(command === 'hi' || command === 'hello' || command === 'welcome' || command === 'greeting' || command === 'greetings') {
|
||||||
|
client.say(channel, `!kappagen HeyGuys bleedPurple HeyGuys bleedPurple HeyGuys`);
|
||||||
|
client.say(channel, `/me Hi Hello Howdy Hola こんにちは Oi 你好 여보세요 Здравствуйте Bonjour Hej`);
|
||||||
|
}
|
||||||
|
|
||||||
// The Echo
|
// The Echo
|
||||||
else if(command === 'echo') {
|
else if(command === 'echo') {
|
||||||
client.say(channel, `/me Off in the distance @${tags.username} screams...`);
|
client.say(channel, `/me Off in the distance @${tags.username} screams...`);
|
||||||
|
|
Loading…
Reference in New Issue