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