Update 'node/boto.js'
This commit is contained in:
parent
945fb9cfbb
commit
cc8bf57dc2
25
node/boto.js
25
node/boto.js
|
@ -137,6 +137,31 @@ client.on('message', (channel, tags, message, self) => {
|
|||
command === 'notgg') {
|
||||
client.say(channel, `!kappagen sarimoDEAD sarimoGAME `);
|
||||
}
|
||||
if(command === 'clap' ||
|
||||
command === 'claps') {
|
||||
client.say(channel, `!kappagen sarimoDEAD sarimoGAME `);
|
||||
}
|
||||
if(command === 'hair' ||
|
||||
command === 'hairflip') {
|
||||
client.say(channel, `!kappagen sarimoHAIR sarimoBANG `);
|
||||
}
|
||||
if(command === 'hi' ||
|
||||
command === 'hello') {
|
||||
client.say(channel, `!kappagen sarimoKO sarimoNERD `);
|
||||
}
|
||||
if(command === 'hype' ||
|
||||
command === 'train') {
|
||||
client.say(channel, `!kappagen sarimoHYPE sarimoBITS `);
|
||||
}
|
||||
if(command === 'salt' ||
|
||||
command === 'shoutout') {
|
||||
client.say(channel, `!kappagen sarimoSALT sarimoRAGE `);
|
||||
}
|
||||
if(command === 'soup' ||
|
||||
command === 'sup') {
|
||||
client.say(channel, `!kappagen sarimoSOUP sarimoTRIP `);
|
||||
client.say(channel, `/me Yo @${tags.username}, how goes it?`);
|
||||
}
|
||||
|
||||
} // SUB | END
|
||||
|
||||
|
|
Loading…
Reference in New Issue