Update 'node/boto.js'

This commit is contained in:
Sarimoko 2022-02-12 21:15:14 +00:00
parent ea8b2955e9
commit fef62accbb
1 changed files with 8 additions and 0 deletions

View File

@ -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' ||