From 47476ac50495bd9b1e903225fa272c2244bfdbe0 Mon Sep 17 00:00:00 2001 From: Sarimoko Date: Fri, 11 Feb 2022 07:46:12 +0000 Subject: [PATCH] Update 'node/boto.js' --- node/boto.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/node/boto.js b/node/boto.js index 2f7b233..57336a7 100644 --- a/node/boto.js +++ b/node/boto.js @@ -114,6 +114,12 @@ client.on('message', (channel, tags, message, self) => { if(command === 'mod') { client.say(channel, `Mod test command`); } + if else(command === 'mods') { + client.say(channel, `Mod test command`); + } + else { + // NULL + } } // I N F O