From fef62accbb85e07244f875037103b74fcc675fce Mon Sep 17 00:00:00 2001 From: Sarimoko Date: Sat, 12 Feb 2022 21:15:14 +0000 Subject: [PATCH] Update 'node/boto.js' --- node/boto.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/node/boto.js b/node/boto.js index acc5823..0039751 100644 --- a/node/boto.js +++ b/node/boto.js @@ -85,6 +85,14 @@ client.on('message', (channel, tags, message, self) => { client.say(channel, `/me The Tune | Lyrics, MIDI, Tabs, & more hosted on Git written in Markdown available at: https://dojo.sarimoko.com/`); } // WISH + if(command === 'whom' || + command === 'who' || + command === 'cv' || + command === 'resume' || + command === 'portfolio') { + client.say(channel, `/me First off, thank you ${tags.username} for even considering contributing directly! Amazon Wishlists have been split into sub-categories and are available at: https://wish.sarimoko.com/ `); + } + // WISH if(command === 'wish' || command === 'wishlist' || command === 'amazon' ||