Add 'node/cmd/subs.js'
This commit is contained in:
parent
738820c175
commit
c575ce1a85
|
@ -0,0 +1,33 @@
|
|||
if(isSub) { // SUB | Start
|
||||
// FX | K A P P A G E N S
|
||||
if(command === 'bg' ||
|
||||
command === 'notgg') {
|
||||
client.say(channel, `!kappagen sarimoDEAD sarimoGAME Bleep-Bloop!`);
|
||||
}
|
||||
if(command === 'clap' ||
|
||||
command === 'claps') {
|
||||
client.say(channel, `!kappagen sarimoDEAD sarimoGAME Bleep-Bloop!`);
|
||||
}
|
||||
if(command === 'hair' ||
|
||||
command === 'hairflip') {
|
||||
client.say(channel, `!kappagen sarimoHAIR sarimoBANG Bleep-Bloop!`);
|
||||
}
|
||||
if(command === 'hi' ||
|
||||
command === 'hello') {
|
||||
client.say(channel, `!kappagen sarimoKO sarimoNERD Bleep-Bloop!`);
|
||||
}
|
||||
if(command === 'hype' ||
|
||||
command === 'train') {
|
||||
client.say(channel, `!kappagen sarimoHYPE sarimoBITS Bleep-Bloop!`);
|
||||
}
|
||||
if(command === 'salt' ||
|
||||
command === 'shoutout') {
|
||||
client.say(channel, `!kappagen sarimoSALT sarimoRAGE Bleep-Bloop!`);
|
||||
}
|
||||
if(command === 'soup' ||
|
||||
command === 'sup') {
|
||||
client.say(channel, `!kappagen sarimoSOUP sarimoTRIP `);
|
||||
client.say(channel, `/me Yo @${tags.username}, how goes it? Bleep-Bloop!`);
|
||||
}
|
||||
|
||||
} // SUB | END
|
Loading…
Reference in New Issue