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