From a190b820aa54ad8f7044d5fa61149ce5663e4599 Mon Sep 17 00:00:00 2001 From: Sarimoko Date: Sun, 13 Feb 2022 08:15:05 -0800 Subject: [PATCH] dm --- node/boto.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/node/boto.js b/node/boto.js index 3f2fbc8..c0a6265 100644 --- a/node/boto.js +++ b/node/boto.js @@ -560,5 +560,6 @@ client.on("vips", (channel, vips) => { }); client.on("whisper", (from, userstate, message, self) => { if (self) return; - client.say(channel, `/me Bleep! Bloop! Sariboto's Inbox (+1): SEXT Message Recieved!`); + console.log('DM | From:'.green, from, userstate, 'MSG:'.green, message); + client.say(channel, `/me [+1] Inbox | Received a new SEXT message from: @`+ from +`!`); }); \ No newline at end of file