From d92028bd16a386225282062c9d3e8397e11eca33 Mon Sep 17 00:00:00 2001 From: Sarimoko Date: Thu, 10 Feb 2022 00:07:38 +0000 Subject: [PATCH] Update 'node/boto.js' --- node/boto.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/node/boto.js b/node/boto.js index 3adb260..cf15a62 100644 --- a/node/boto.js +++ b/node/boto.js @@ -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...`);