From b8ebbd487d4da07356b4870de868891e86b27a7e Mon Sep 17 00:00:00 2001 From: Sarimoko Date: Sat, 12 Feb 2022 23:37:10 +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 198d1b7..1f8b1e6 100644 --- a/node/boto.js +++ b/node/boto.js @@ -113,7 +113,7 @@ client.on('message', (channel, tags, message, self) => { if(command === 'dice' || command === 'roll') { const result = Math.floor(Math.random() * 6) + 1; - client.say(channel, `/me Bleep-Bloop! @${tags.username} has rolled a ${result}! Praise RNGesus!`); + client.say(channel, `/me RNGesus has rolled @${tags.username} a ${result}!`); } // CMD | Dojo if(command === 'dojo' || @@ -193,7 +193,7 @@ client.on('message', (channel, tags, message, self) => { 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/ `); + client.say(channel, `/me Who's asking? ${tags.username} if you're a cop you HAVE to tell me, right?! CV/Portfolio/Resume is available at: https://whom.sarimoko.com/ `); } // CMD | Wish if(command === 'wish' ||