Update 'node/boto.js'
This commit is contained in:
parent
ea8b2955e9
commit
fef62accbb
|
@ -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' ||
|
||||
|
|
Loading…
Reference in New Issue