From c575ce1a85ad0d70cc61e20798cbfc4f8663d607 Mon Sep 17 00:00:00 2001 From: Sarimoko Date: Mon, 14 Feb 2022 09:39:20 +0000 Subject: [PATCH] Add 'node/cmd/subs.js' --- node/cmd/subs.js | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 node/cmd/subs.js diff --git a/node/cmd/subs.js b/node/cmd/subs.js new file mode 100644 index 0000000..801055e --- /dev/null +++ b/node/cmd/subs.js @@ -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 \ No newline at end of file