Update 'node/boto.js'

This commit is contained in:
Sarimoko 2022-02-10 00:07:38 +00:00
parent 16d8a92834
commit d92028bd16
1 changed files with 12 additions and 0 deletions

View File

@ -43,6 +43,18 @@ client.on('message', (channel, tags, message, self) => {
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
else if(command === 'echo') {
client.say(channel, `/me Off in the distance @${tags.username} screams...`);