diff --git a/node/boto.js b/node/boto.js index 009a2f3..e6994bd 100644 --- a/node/boto.js +++ b/node/boto.js @@ -69,7 +69,7 @@ client.on('message', (channel, tags, message, self) => { // The Cord // ---------------------------------- if(command === 'cord' || command === 'discord') { - client.say(channel, `/w The Cord by Sarimoko is joinable & sharable at: https://cord.sarimoko.com/`); + client.say(channel, `/me The Cord by Sarimoko is joinable & sharable at: https://cord.sarimoko.com/`); } // The Boto // ---------------------------------- @@ -107,7 +107,7 @@ client.on('message', (channel, tags, message, self) => { // The Wish // ---------------------------------- else if(command === 'wish' || command === 'wishlist' || command === 'amazon' || command === 'gift') { - client.say(channel, `/w 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/ `); + 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/ `); } // T H E V I E W E R S