From fca02574569401a2c9a769f9c99b916cee416630 Mon Sep 17 00:00:00 2001 From: Sarimoko Date: Thu, 10 Feb 2022 02:57:26 +0000 Subject: [PATCH] Update 'node/boto.js' --- node/boto.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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